1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

hotkey help: remove more info button

This commit is contained in:
Andrew Dolgov 2019-03-07 12:26:53 +03:00
parent ae9ef7fe84
commit 5373b2fe0a

View File

@ -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>";