hide language selector from login screen unless ENABLE_TRANSLATIONS is set

This commit is contained in:
Andrew Dolgov 2007-11-21 18:45:33 +01:00
parent a0b9990ad4
commit 1eea0e851a
1 changed files with 2 additions and 0 deletions

View File

@ -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>