[-] BO : #PSTEST-31 : update in AdminProductsController : available_date

This commit is contained in:
lLefevre
2011-12-19 14:42:58 +00:00
parent 5a6fb2db57
commit 41450edc44
6 changed files with 23 additions and 25 deletions
+2 -2
View File
@@ -962,9 +962,9 @@ class AdminControllerCore extends Controller
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;
case 'options':