[-] 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:
mDeflotte
2012-02-16 15:36:35 +00:00
parent 40dfc0591d
commit 92db3de64a
2 changed files with 4 additions and 4 deletions
@@ -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;