From 70e4496fe36fe0c8afdf521e7f3ad3659558d6c6 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 15 Nov 2012 13:35:28 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-4855 - AdminTab1.5 compatibility ; datepicker not included in listHeader --- admin-dev/functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin-dev/functions.php b/admin-dev/functions.php index ce72fb038..8e92616a0 100644 --- a/admin-dev/functions.php +++ b/admin-dev/functions.php @@ -59,7 +59,9 @@ function bindDatepicker($id, $time) function includeDatepicker($id, $time = false) { Tools::displayAsDeprecated(); - echo ''; + echo ''; + echo ''; + echo ''; $iso = Db::getInstance()->getValue('SELECT iso_code FROM '._DB_PREFIX_.'lang WHERE `id_lang` = '.(int)Context::getContext()->language->id); if ($iso != 'en') echo '';