summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-11 18:23:30 +0300
committerAndrew Dolgov <[email protected]>2017-12-11 18:23:30 +0300
commit5f7be9957f52f55c09bd783a80ec4af67818e017 (patch)
tree9c8ff1576af6368864ec90fdd579c5b4a3dbee5b /classes/feeds.php
parent320a3ba52941d1dd5dca7ed1c31dcc780f9af027 (diff)
filter,label dlg: use default action
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 8c103828f..ebd1a1c9e 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -1161,7 +1161,7 @@ class Feeds extends Handler_Protected {
</div>";
}
- print "<button dojoType=\"dijit.form.Button\" type=\"submit\" onclick=\"dijit.byId('searchDlg').execute()\">".__('Search')."</button>
+ print "<button dojoType=\"dijit.form.Button\" type=\"submit\" class=\"primary\" onclick=\"dijit.byId('searchDlg').execute()\">".__('Search')."</button>
<button dojoType=\"dijit.form.Button\" onclick=\"dijit.byId('searchDlg').hide()\">".__('Cancel')."</button>
</div>";