diff --git a/templates/backOffice/default/coupon-read.html b/templates/backOffice/default/coupon-read.html index ff95084ac..c6dab9462 100644 --- a/templates/backOffice/default/coupon-read.html +++ b/templates/backOffice/default/coupon-read.html @@ -6,7 +6,10 @@ {block name="page-title"}{intl l='Coupon'}{/block} {block name="main-content"} -
+
+ +
+ {loop type="coupon" name="read_coupon" id={$couponId} backend_context="true"} - - - -
-
- - {if !$IS_ENABLED} -
- - {intl l='This coupon is disabled, you can enable at the bottom of this form.'} -
- {/if} - +
+
+
+ + {if !$IS_ENABLED} +
+ + {intl l='This coupon is disabled, you can enable at the bottom of this form.'} +
+ {/if} + @@ -142,8 +141,8 @@ @@ -151,11 +150,13 @@
- - {intl l='Edit'} + + {intl l='Edit'}
-
+
+
{/loop} -
+ + - {include file='includes/confirmation-modal.html' id="enable" message="{intl l='Do you really want to enable this element ?'}"} +{include file='includes/confirmation-modal.html' id="enable" message="{intl l='Do you really want to enable this element ?'}"} {/block}