[-] BO : #PSTEST-989 - Remove button "Save and add" on form add/edit feature

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13956 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-03-08 09:31:38 +00:00
parent 17f566896d
commit 099698d5e1
@@ -205,12 +205,13 @@ class AdminFeaturesControllerCore extends AdminController
'desc' => $this->l('Save')
);
$this->toolbar_btn['save-and-stay'] = array(
'short' => 'SaveAndStay',
'href' => '#',
'desc' => $this->l('Save and add'),
'force_desc' => true,
);
if ($this->display == 'editFeatureValue')
$this->toolbar_btn['save-and-stay'] = array(
'short' => 'SaveAndStay',
'href' => '#',
'desc' => $this->l('Save and add'),
'force_desc' => true,
);
// Default cancel button - like old back link
$back = Tools::safeOutput(Tools::getValue('back', ''));