Роль ресурса ACL по умолчанию
Допустим, мы добавили некоторые новые ресурсы в ACL следующим образом: <acl> <resources> <admin> <children> <catalog> <children> <search> <children> <import translate="title"> <title>Import</title> </import> <export translate="title"> <title>Export</title> </export> </children> </search> </children> </catalog> </children> </admin> </resources> </acl> Затем мы добавляем следующее вокруг кнопки, которая появляется в сетке SearchTerm: if (Mage::getSingleton('admin/session')->isAllowed('catalog/search/import')) { $this->_addButton('import', array( …