1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

UNDO: add lang dropbox on login form

This commit is contained in:
Andrew Dolgov
2007-08-11 14:22:35 +01:00
parent 06c8a6d864
commit 08e81c0b5c
2 changed files with 1 additions and 17 deletions

View File

@@ -50,12 +50,6 @@ 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>
<tr><td align="right"><?php echo __("Language:") ?></td>
<td align="right">
<?php
print_select_hash("language", "", get_translations());
?>
</td></tr>
<!-- <tr><td colspan="2">
<input type="checkbox" name="remember_me" id="remember_me">
<label for="remember_me">Remember me on this computer</label>