From 7df61d4e3eebc3bdfb2bc684769ad768f9996630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaillard?= Date: Mon, 19 Dec 2011 13:03:22 +0000 Subject: [PATCH] [-] BO : #PSTEST-24 : BugFix date picker for combinations products (display & date format) --- admin-dev/themes/template/products/combinations.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/template/products/combinations.tpl b/admin-dev/themes/template/products/combinations.tpl index 4615ab250..32c331c91 100644 --- a/admin-dev/themes/template/products/combinations.tpl +++ b/admin-dev/themes/template/products/combinations.tpl @@ -154,6 +154,7 @@
+

{l s='Virtual product'}

{l s='Your server\'s maximum upload file size is'}: {$upload_max_filesize}

@@ -183,7 +184,7 @@

- {l s='Format: YYYY-MM-DD'} + {l s='Format: YYYY-MM-DD'}

@@ -300,7 +301,8 @@ $(document).ready(function(){ $(".datepicker").datepicker({ prevText: '', - nextText: '' + nextText: '', + dateFormat: 'yy-mm-dd' }); });