//Fixed bug var list_skip_actions in list_content.tpl

This commit is contained in:
lLefevre
2011-10-19 09:17:56 +00:00
parent 17ec57e135
commit 64b9047b6d
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class AdminShopUrlControllerCore extends AdminController
$this->className = 'ShopUrl';
$this->lang = false;
$this->requiredDatabase = true;
$this->_listSkipDelete = array(1);
$this->addRowActionSkipList('delete', array(1));
$this->addRowAction('edit');
$this->addRowAction('delete');