[*] BO: Add an option to autologout to the backoffice after 15 minutes

This commit is contained in:
Rémi Gaillard
2013-10-10 12:20:10 +02:00
parent 6c35b20b02
commit 278dc32482
4 changed files with 16 additions and 7 deletions
@@ -85,12 +85,8 @@
</div>
<div class="form-group">
<div class="checkbox">
<label for="stayloggedin">
<input
name="stayloggedin"
type="checkbox"
id="stayloggedin"
/>
<label for="stay_logged_in">
<input name="stay_logged_in" type="checkbox" id="stay_logged_in" value="1" />
{l s='Keep me logged in'}
</label>
</div>