mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Use new style also on the login page
This commit is contained in:
parent
3568fd9dcb
commit
9942a2dbab
@ -35,13 +35,19 @@
|
|||||||
class="form-text text-danger d-none"></div>
|
class="form-text text-danger d-none"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="checkbox">
|
<div class="form-group mt-n2">
|
||||||
<label for="stay_logged_in">
|
<div class="custom-control custom-checkbox">
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
id="stay_logged_in"
|
class="form-check-input custom-control-input"
|
||||||
name="stay_logged_in"> {{ $__t('Stay logged in permanently') }}
|
id="stay_logged_in">
|
||||||
<p class="form-text text-muted small my-0">{{ $__t('When not set, you will get logged out at latest after 30 days') }}</p>
|
<label class="form-check-label custom-control-label"
|
||||||
</label>
|
for="stay_logged_in">
|
||||||
|
{{ $__t('Stay logged in permanently') }}
|
||||||
|
<i class="fas fa-question-circle"
|
||||||
|
data-toggle="tooltip"
|
||||||
|
title="{{ $__t('When not set, you will get logged out at latest after 30 days') }}"></i>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="login-button"
|
<button id="login-button"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user