summaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-29 15:54:23 +0400
committerAndrew Dolgov <[email protected]>2013-04-29 15:54:23 +0400
commit7b149552cb99a44f1fbeef642ffc60e91b1f61a0 (patch)
tree54c4d22d0078dbd2b3e79773251b74afb8ba2bbe /include/login_form.php
parente57a1507aeb349c9ba7d673048c5ccb43e2d639b (diff)
remove language selector from the login form, store language in the database per-user
Diffstat (limited to 'include/login_form.php')
-rw-r--r--include/login_form.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/login_form.php b/include/login_form.php
index 9a20e9be9..b7dae1016 100644
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -202,14 +202,6 @@ function bwLimitChange(elem) {
<?php } ?>
<div class="row">
- <label><?php echo __("Language:") ?></label>
- <?php
- print_select_hash("language", $_COOKIE["ttrss_lang"], get_translations(),
- "style='width : 220px; margin : 0px' dojoType='dijit.form.Select'");
- ?>
- </div>
-
- <div class="row">
<label><?php echo __("Profile:") ?></label>
<span id='profile_box'><select disabled='disabled' dojoType='dijit.form.Select'