1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

login form: resize input fields, fix missing error output

This commit is contained in:
Andrew Dolgov
2012-09-10 20:37:41 +04:00
parent 675f198a7c
commit eeee2ccf74
2 changed files with 19 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ class Handler_Public extends Handler {
$result = db_query($this->link, "SELECT * FROM ttrss_settings_profiles,ttrss_users
WHERE ttrss_users.id = ttrss_settings_profiles.owner_uid AND login = '$login' ORDER BY title");
print "<select dojoType='dijit.form.Select' name='profile'>";
print "<select dojoType='dijit.form.Select' style='width : 220px; margin : 0px' name='profile'>";
print "<option value='0'>" . __("Default profile") . "</option>";