Merge branch 'bugfix/editfeed-focus' into 'master'
Make the edit feed dialog's 'remove icon' button a regular button. See merge request tt-rss/tt-rss!1
This commit is contained in:
commit
c2d8ba5973
|
@ -599,7 +599,7 @@ const CommonDialogs = {
|
|||
<input style="display: none" type="file" onchange="App.dialogOf(this).uploadIcon(this)">
|
||||
</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 dojoType="dijit.layout.ContentPane" title="${__('Plugins')}">
|
||||
${reply.plugin_data}
|
||||
|
|
Loading…
Reference in New Issue