[-] BO : #PSTEST-775 - Change button cancel, for back to list on the attribute and feature form
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13406 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -217,9 +217,9 @@ class AdminFeaturesControllerCore extends AdminController
|
||||
if (empty($back))
|
||||
$back = self::$currentIndex.'&token='.$this->token;
|
||||
|
||||
$this->toolbar_btn['cancel'] = array(
|
||||
$this->toolbar_btn['back'] = array(
|
||||
'href' => $back,
|
||||
'desc' => $this->l('Cancel')
|
||||
'desc' => $this->l('Back to list')
|
||||
);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user