mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 04:21:29 +00:00
remove language selector from the login form, store language in the database per-user
This commit is contained in:
@@ -201,14 +201,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user