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:
@@ -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>";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user