summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-10 20:15:45 +0400
committerAndrew Dolgov <[email protected]>2012-09-10 20:15:45 +0400
commit675f198a7c7254326ac3ff25be2e05242e409611 (patch)
tree1c49f1a195123e8f8efd117d11f80a9bba42131c /classes
parent2d6847495f204c6b50d378843ccff899d0fbe46c (diff)
rework login form
Diffstat (limited to 'classes')
-rw-r--r--classes/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 998e078dd..4b595d49a 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -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 style='width: 100%' name='profile'>";
+ print "<select dojoType='dijit.form.Select' name='profile'>";
print "<option value='0'>" . __("Default profile") . "</option>";