Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
This commit is contained in:
commit
521ac622e4
|
@ -599,7 +599,7 @@ const CommonDialogs = {
|
||||||
<input style="display: none" type="file" onchange="App.dialogOf(this).uploadIcon(this)">
|
<input style="display: none" type="file" onchange="App.dialogOf(this).uploadIcon(this)">
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
${App.FormFields.submit_tag(App.FormFields.icon("delete") + " " + __("Remove"), {class: "alt-danger", onclick: "App.dialogOf(this).removeIcon("+feed_id+")"})}
|
${App.FormFields.button_tag(App.FormFields.icon("delete") + " " + __("Remove"), "", {class: "alt-danger", onclick: "App.dialogOf(this).removeIcon("+feed_id+")"})}
|
||||||
</div>
|
</div>
|
||||||
<div dojoType="dijit.layout.ContentPane" title="${__('Plugins')}">
|
<div dojoType="dijit.layout.ContentPane" title="${__('Plugins')}">
|
||||||
${reply.plugin_data}
|
${reply.plugin_data}
|
||||||
|
|
Loading…
Reference in New Issue