summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-07 12:26:53 +0300
committerAndrew Dolgov <[email protected]>2019-03-07 12:27:18 +0300
commit5373b2fe0aa345494dc50d1572cd33b082fbf42d (patch)
tree035f15611dc42f83c1d26b2ad32b3e7c1384d8ab /classes
parentae9ef7fe84b905b977c98cc5108a570d6a638e62 (diff)
hotkey help: remove more info button
Diffstat (limited to 'classes')
-rw-r--r--classes/backend.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/classes/backend.php b/classes/backend.php
index 4be38e0c4..5bd724728 100644
--- a/classes/backend.php
+++ b/classes/backend.php
@@ -154,10 +154,7 @@ class Backend extends Handler {
print "</ul>";
}
- print "<footer>";
- print "<button dojoType='dijit.form.Button' style='float : left' class='alt-info' onclick='window.open(\"https://tt-rss.org/wiki/InterfaceTips\")'>
- <i class='material-icons'>help</i> ".__("More info...")."</button>";
-
+ print "<footer class='text-center'>";
print "<button dojoType='dijit.form.Button'
onclick=\"return dijit.byId('helpDlg').hide()\">".__('Close this window')."</button>";
print "</footer>";