hide language selector from login screen unless ENABLE_TRANSLATIONS is set
This commit is contained in:
parent
a0b9990ad4
commit
1eea0e851a
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ window.onload = init;
|
|||
<td align="right"><input name="login"></td></tr>
|
||||
<tr><td align="right"><?php echo __("Password:") ?></td>
|
||||
<td align="right"><input type="password" name="password"></td></tr>
|
||||
<?php if (ENABLE_TRANSLATIONS) { ?>
|
||||
<tr><td align="right"><?php echo __("Language:") ?></td>
|
||||
<td align="right">
|
||||
<?php
|
||||
|
@ -94,6 +95,7 @@ window.onload = init;
|
|||
|
||||
?>
|
||||
</td></tr>
|
||||
<?php } ?>
|
||||
<!-- <tr><td colspan="2">
|
||||
<input type="checkbox" name="remember_me" id="remember_me">
|
||||
<label for="remember_me">Remember me on this computer</label>
|
||||
|
|
Loading…
Reference in a new issue