diff --git a/admin-dev/themes/default/template/layout.tpl b/admin-dev/themes/default/template/layout.tpl index 283998425..2da00345f 100644 --- a/admin-dev/themes/default/template/layout.tpl +++ b/admin-dev/themes/default/template/layout.tpl @@ -29,7 +29,7 @@ {$conf} {/if} -{if count($errors) && (!isset($disableDefaultErrorOutPut) || $disableDefaultErrorOutPut == false)} {* @todo what is ??? AND $this->_includeContainer *} +{if count($errors) && (!isset($disableDefaultErrorOutPut) || $disableDefaultErrorOutPut == false)}
diff --git a/classes/helper/Helper.php b/classes/helper/Helper.php
index 588fecbc3..81d4baa62 100755
--- a/classes/helper/Helper.php
+++ b/classes/helper/Helper.php
@@ -25,11 +25,6 @@
* International Registered Trademark & Property of PrestaShop SA
*/
-/*
- * TODO : move HTML code in template files
- * TODO : phpDoc on two last methods: includeDatepicker() & bindDatepicker()
- */
-
class HelperCore
{
public $currentIndex;
diff --git a/js/admin-products.js b/js/admin-products.js
index 6754dd508..13496c0eb 100644
--- a/js/admin-products.js
+++ b/js/admin-products.js
@@ -341,7 +341,7 @@ function handleSaveButtons(e)
if (msg.length == 0)
{
$("#disableSaveMessage").remove();
- enableSave()
+ enableSave();
}
else
{