1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:05:56 +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

@@ -184,7 +184,7 @@ class Article extends Handler_Protected {
print "<button dojoType='dijit.form.Button'
type='submit' class='alt-primary'>".__('Save')."</button> ";
print "<button dojoType='dijit.form.Button'
onclick=\"dijit.byId('editTagsDlg').hide()\">".__('Cancel')."</button>";
onclick='App.dialogOf(this).hide()'>".__('Cancel')."</button>";
print "</footer>";
}