// norms on AdminProductController

// bugfix addfeaturestodb custom values
// uses of smartyV3 features (createTemplate, createData) in AdminProducts + admin products forms now extends base form.tpl
[+] BO : now tiny_mce can be loaded 'onclick' instead of 'onload'
// improvement in adminproduct pages
This commit is contained in:
mMarinetti
2011-11-10 14:57:54 +00:00
parent 88feeb34b2
commit 55c6ad1dab
13 changed files with 1626 additions and 1367 deletions
+2 -2
View File
@@ -66,10 +66,10 @@ class HelperCore
$this->context = Context::getContext();
}
/*public function setTpl($tpl)
public function setTpl($tpl)
{
$this->tpl = $this->createTemplate($tpl);
}*/
}
/**
* Create a template from the override file, else from the base file.