1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

search dialog: display active query if searching already

This commit is contained in:
Andrew Dolgov
2019-05-20 07:59:53 +03:00
parent 09f520eda2
commit 905f038610
2 changed files with 24 additions and 2 deletions

View File

@@ -730,10 +730,10 @@ class Feeds extends Handler_Protected {
print "<section>";
print "<fieldset>";
print "<input dojoType='dijit.form.ValidationTextBox'
print "<input dojoType='dijit.form.ValidationTextBox' id='search_query'
style='font-size : 16px; width : 540px;'
placeHolder=\"".T_sprintf("Search %s...", $this->getFeedTitle($active_feed_id, $is_cat))."\"
required='1' name='query' type='search' value=''>";
name='query' type='search' value=''>";
print "</fieldset>";
if (DB_TYPE == "pgsql") {