X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=modules%2Fpref-feeds.php;h=d0bc194a46064914df9e21d00c48ab921d0ee176;hb=11b9d0becdfc894c04afaa912798917911ff35a8;hp=698aa1525c81303aab51d2ee655fc81c78bd04f7;hpb=ec39a02cd89ee48c0a568c7edbb6b45a1218e3ef;p=tt-rss.git diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 698aa152..d0bc194a 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -265,6 +265,7 @@ /* Title */ print ""; /* Feed URL */ @@ -277,6 +278,7 @@ print __('URL:') . " "; print ""; @@ -339,21 +341,23 @@ $auth_login = htmlspecialchars(db_fetch_result($result, 0, "auth_login")); - print ""; +# print "
"; - print "
" . __('Login:') . ""; +# print "
" . __('Login:') . ""; print ""; + placeHolder=\"".__("Login")."\" + name=\"auth_login\" value=\"$auth_login\">
"; - print "
" . __("Password:") . ""; +# print "
" . __("Password:") . ""; $auth_pass = htmlspecialchars(db_fetch_result($result, 0, "auth_pass")); print ""; - print "
"; +# print ""; print ""; print "
".__("Options")."
"; @@ -613,7 +617,7 @@ + onclick=\"return closeInfoBox()\" value=\"".__('Cancel')."\"> "; print "]]>"; @@ -1411,7 +1415,7 @@ $check_box = ""; + type=\"checkbox\" \">"; $class = ($feedctr % 2) ? "even" : "odd"; @@ -1449,8 +1453,8 @@ $feed_icon = ""; } - $check_box = ""; + $check_box = ""; $class = ($feedctr % 2) ? "even" : "odd";