summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-08 15:55:08 +0300
committerAndrew Dolgov <[email protected]>2021-03-08 15:55:08 +0300
commitbfeaf4d6a43968e36de0f053aeff4efdb3f12eb4 (patch)
tree2d6d62d95552c3b623579ba64bd813a86953956c /js
parentef03f8188cbd162a1a2cb52e51c88d51128fd25e (diff)
search dialog: add button icon
Diffstat (limited to 'js')
-rw-r--r--js/Feeds.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 2d475bcb6..33a1fa3dc 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -618,7 +618,7 @@ const Feeds = {
{class: 'alt-info pull-left', onclick: "window.open('https://tt-rss.org/wiki/SearchSyntax')"})}
` : ''}
- ${App.FormFields.submit_tag(__('Search'), {onclick: "App.dialogOf(this).execute()"})}
+ ${App.FormFields.submit_tag(App.FormFields.icon("search") + " " + __('Search'), {onclick: "App.dialogOf(this).execute()"})}
${App.FormFields.cancel_dialog_tag(__('Cancel'))}
</footer>
</form>