[-] BO : BugFix : #PSTEST-339 ; remove the ID from the confirm popup message when deleting an item

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12337 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-11 09:53:47 +00:00
parent 71882a4f77
commit f00fe31fcc
+1 -1
View File
@@ -460,7 +460,7 @@ class HelperListCore extends Helper
$tpl->assign(array_merge($this->tpl_delete_link_vars, array(
'href' => $this->currentIndex.'&'.$this->identifier.'='.$id.'&delete'.$this->table.'&token='.($token != null ? $token : $this->token),
'confirm' => (!is_null($this->specificConfirmDelete) ? '\r'.$this->specificConfirmDelete : self::$cache_lang['DeleteItem'].$name.' \n'.$this->l('ID:', 'helper').' '.$id),
'confirm' => (!is_null($this->specificConfirmDelete) ? '\r'.$this->specificConfirmDelete : self::$cache_lang['DeleteItem'].$name),
'action' => self::$cache_lang['Delete'],
'id' => $id,
)));