diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index 5375aaf892..c7b253496f 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -801,19 +801,7 @@ var template_buttons = { tip: tr("Select the new group")+":", condition: mustBeAdmin }, - "action_list" : { - type: "select", - actions: { - "Template.publish" : { - type: "action", - text: tr("Publish") - }, - "Template.unpublish" : { - type: "action", - text: tr("Unpublish") - }, - } - }, + "Template.delete" : { type: "confirm", text: tr("Delete")