diff --git a/templates/admin/default/tax-rule-edit.html b/templates/admin/default/tax-rule-edit.html index 1bf6346d1..88956d604 100644 --- a/templates/admin/default/tax-rule-edit.html +++ b/templates/admin/default/tax-rule-edit.html @@ -50,13 +50,6 @@
- -

Create a tax rule

@@ -79,7 +72,7 @@
- + {intl l="Apply"}
@@ -110,6 +103,34 @@
+ + {* Delete confirmation dialog *} + + {capture "delete_dialog"} + +
+
+ +
+
+ + {/capture} + + {include + file = "includes/generic-confirm-dialog.html" + + dialog_id = "delete_dialog" + dialog_title = {intl l="Delete attribute"} + dialog_message = {intl l="Do you really want to delete this attribute ? It will be removed from all product templates."} + + form_action = {url path='/admin/configuration/attributes/delete'} + form_content = {$smarty.capture.delete_dialog nofilter} + } + {/block}