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' }); });