From d616904ca7433c85194d5914ffe4d3156fcbe103 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 May 2009 13:06:01 +0400 Subject: feed editor: rework auth inputs placement a bit --- modules/pref-feeds.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 36a0e4d32..0a5db475f 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 "
"; -- cgit v1.2.3