コード例 #1
0
ファイル: Product.php プロジェクト: BarryCarlyon/enhancedgrid
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = Mage::helper('enhancedgrid')->__('Manage Products (Enhanced)');
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_headerText = Mage::helper('productupdater')->__('Products Manager (Advanced)');
 }