From 26e57604c01f01178b28276ec3a4840fb6c59b51 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Feb 2019 13:22:31 +0300 Subject: simplify layout of search and subscribe dialogs --- classes/feeds.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'classes') diff --git a/classes/feeds.php b/classes/feeds.php index ba04e84b3..a7a138992 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -645,7 +645,7 @@ class Feeds extends Handler_Protected { print_notice("Provided URL is a HTML page referencing multiple feeds, please select required feed from the dropdown menu below."); print "

"; - print "

".__("Feed or site URL")."
"; + //print "
".__("Feed or site URL")."
"; print "
"; print "
@@ -654,7 +654,7 @@ class Feeds extends Handler_Protected { print "
"; - print ""; @@ -781,20 +781,21 @@ class Feeds extends Handler_Protected { print "
"; - print "
".__('Look for')."
"; + //print "
".__('Look for')."
"; print "
"; print "
"; print "getFeedTitle($active_feed_id, $is_cat))."\" required=\"1\" name=\"query\" type=\"search\" value=''>"; - print "".T_sprintf('in %s', $this->getFeedTitle($active_feed_id, $is_cat)).""; print "
"; if (DB_TYPE == "pgsql") { print "
"; + print ""; print_select("search_language", "", Pref_Feeds::get_ts_languages(), "dojoType='dijit.form.Select' title=\"".__('Used for word stemming')."\""); print "
"; -- cgit v1.2.3