From: Andrew Dolgov Date: Tue, 12 May 2009 09:06:01 +0000 (+0400) Subject: feed editor: rework auth inputs placement a bit X-Git-Tag: 1.3.3~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d616904ca7433c85194d5914ffe4d3156fcbe103;p=tt-rss.git feed editor: rework auth inputs placement a bit --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 36a0e4d3..0a5db475 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -274,11 +274,14 @@ $auth_login = htmlspecialchars(db_fetch_result($result, 0, "auth_login")); - print __('Login:') . " "; + print ""; + + print "
" . __('Login:') . ""; + print ""; - print " " . __("Password:") . " "; + print "
" . __("Password:") . ""; $auth_pass = htmlspecialchars(db_fetch_result($result, 0, "auth_pass")); @@ -286,6 +289,8 @@ onkeypress=\"return filterCR(event, feedEditSave)\" value=\"$auth_pass\">"; + print "
"; + print ""; print "
".__("Options")."
"; print "
";