1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-09 23:19:32 +00:00

add lang dropbox on login form

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

View File

@@ -50,6 +50,12 @@ 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>