[-] BO : #PSTEST-775 - Change button cancel, for back to list on the attribute and feature form

This commit is contained in:
mDeflotte
2012-02-16 15:36:35 +00:00
parent 86ba8c62b6
commit 7dc126a42b
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;