From 43238103c700bd60d6fd09cfc91fe503f042d541 Mon Sep 17 00:00:00 2001 From: mespeche Date: Mon, 30 Sep 2013 09:17:59 +0200 Subject: [PATCH] Start selectbox in modal to choose country --- templates/admin/default/tax-rule-edit.html | 37 +++++++++++++++++----- 1 file changed, 29 insertions(+), 8 deletions(-) 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}