From: Andrew Dolgov Date: Mon, 11 Dec 2017 15:14:45 +0000 (+0300) Subject: search form: set default action X-Git-Tag: 18.8~118 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=320a3ba52941d1dd5dca7ed1c31dcc780f9af027;p=tt-rss.git search form: set default action --- diff --git a/classes/feeds.php b/classes/feeds.php index e875eeb7..8c103828 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -1133,6 +1133,8 @@ class Feeds extends Handler_Protected { $active_feed_id = sprintf("%d", $this->params[0]); $is_cat = $this->params[1] != "false"; + print "
"; + print "
".__('Look for')."
"; print "
"; @@ -1159,9 +1161,11 @@ class Feeds extends Handler_Protected {
"; } - print " + print " "; + + print "
"; } function update_debugger() {