1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 20:41:29 +00:00

rework a few more dialogs to use App.dialogOf()

This commit is contained in:
Andrew Dolgov
2021-02-12 09:56:27 +03:00
parent d466284fab
commit 72e38bfe1f
5 changed files with 14 additions and 16 deletions

View File

@@ -83,8 +83,7 @@ class Backend extends Handler_Protected {
}
print "<footer class='text-center'>";
print "<button dojoType='dijit.form.Button'
onclick=\"return dijit.byId('helpDlg').hide()\">".__('Close this window')."</button>";
print "<button dojoType='dijit.form.Button' class='alt-primary' type='submit'>".__('Close this window')."</button>";
print "</footer>";
}