From c0456e1c0762a1da396a09ac854ab71a2c2f8bd0 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Wed, 14 May 2014 15:45:20 +0200 Subject: [PATCH] Additional fix for issue #408 --- templates/backOffice/default/coupon/form.html | 52 +++++++++++++++---- 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/templates/backOffice/default/coupon/form.html b/templates/backOffice/default/coupon/form.html index ed6fa4d2e..9690b7619 100644 --- a/templates/backOffice/default/coupon/form.html +++ b/templates/backOffice/default/coupon/form.html @@ -85,20 +85,11 @@ {/form_field} - {form_field form=$form field='isRemovingPostage'} -
- -
- {/form_field} - {form_field form=$form field='expirationDate'}
- + {* Do not use 'date' input type, as some browsers enforce RFC339 date formats, which is not what we want *} + {if $error}{$message}{/if}
{/form_field} @@ -116,6 +107,45 @@ {if $error}{$message}{/if} {/form_field} + + {form_field form=$form field='isRemovingPostage'} +
+ +
+ {/form_field} + + +