|
|
|
@ -221,6 +221,16 @@ function bwLimitChange(elem) {
|
|
|
|
|
<label style='display : inline' for="bw_limit"><?php echo __("Use less traffic") ?></label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<?php if (SESSION_COOKIE_LIFETIME > 0) { ?>
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
<label> </label>
|
|
|
|
|
<input dojoType="dijit.form.CheckBox" name="remember_me" id="remember_me" type="checkbox">
|
|
|
|
|
<label style='display : inline' for="remember_me"><?php echo __("Remember me") ?></label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
<div class="row" style='text-align : right'>
|
|
|
|
|
<button dojoType="dijit.form.Button" type="submit"><?php echo __('Log in') ?></button>
|
|
|
|
|
<?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
|
|
|
|
|