コード例 #1
0
ファイル: Massaction.php プロジェクト: AleksNesh/pandora
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('giftwrap/massaction.phtml');
     $this->setErrorText(Mage::helper('catalog')->jsQuoteEscape(Mage::helper('catalog')->__('Please select items.')));
 }