[+] Project : adding Features detachables in order to improve performance

// clean code

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8328 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2011-09-03 17:21:32 +00:00
parent adb185cdf9
commit 3eff951265
51 changed files with 1081 additions and 419 deletions
+6
View File
@@ -43,6 +43,12 @@ class AdminFeaturesValues extends AdminTab
*/
public function displayForm($isMainTab = true)
{
if (!Feature::isFeatureActive())
{
$this->displayWarning($this->l('This feature has been disabled, you can active this feature at this page:').' <a href="index.php?tab=AdminPerformance&token='.Tools::getAdminTokenLite('AdminPerformance').'#featuresDetachables">'.$this->l('Performances').'</a>');
return;
}
parent::displayForm();
if (!($obj = $this->loadObject(true)))