コード例 #1
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_view_tabs');
     $this->setDestElementId('sales_order_view');
     $this->setTitle(Mage::helper('Mage_Sales_Helper_Data')->__('Order View'));
 }
コード例 #2
0
 public function _construct()
 {
     parent::_construct();
     $this->setId('showcase_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('edge_showcase')->__('Showcase'));
 }
コード例 #3
0
ファイル: Tabs.php プロジェクト: ridhoq/mxpi-twitter
 /**
  * Prepare title and id for main tabs container.
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('attribute_info_tabs');
     //$this->setDestElementId('attribute_form');
     $this->setTitle($this->__('Attribute Mapping Information'));
 }
コード例 #4
0
 /**
  * Initializa the tab system
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('pdfgenerator_tabs');
     $this->setDestElementId('pdf_template_new_form');
     $this->setTitle(Mage::helper('pdfgenerator')->__('PDF Settings'));
 }
コード例 #5
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('product_info_tabs');
     $this->setDestElementId('product-edit-form-tabs');
     $this->setTitle(Mage::helper('Mage_Catalog_Helper_Data')->__('Product Information'));
 }
コード例 #6
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('currency_edit_tabs');
     $this->setDestElementId('currency_edit_form');
     $this->setTitle(Mage::helper('Mage_Adminhtml_Helper_Data')->__('Currency'));
 }
コード例 #7
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 /**
  * Constructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('connect_extension_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Connect_Helper_Data')->__('Create Extension Package'));
 }
コード例 #8
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('page_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Cms_Helper_Data')->__('Page Information'));
 }
コード例 #9
0
ファイル: Tabs.php プロジェクト: hazaeluz/magento_connect
 protected function _construct()
 {
     parent::_construct();
     $this->setId('attributes_update_tabs');
     $this->setDestElementId('attributes_edit_form');
     $this->setTitle(Mage::helper('catalog')->__('Products Information'));
 }
コード例 #10
0
ファイル: Tabs.php プロジェクト: cojaco/UltimateModuleCreator
 /**
  * construct
  *
  * @access public
  * @return void
  * @author Marius Strajeru <*****@*****.**>
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('modulecreator_info_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('modulecreator')->__('Module information'));
 }
コード例 #11
0
ファイル: Tabs.php プロジェクト: hientruong90/ee_14_installer
 /**
  * Initialize edit tabs
  *
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('rma_item_attribute_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('enterprise_rma')->__('Attribute Information'));
 }
コード例 #12
0
ファイル: Tabs.php プロジェクト: nemphys/magento2
 /**
  * Internal constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('widget_instace_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Widget_Helper_Data')->__('Widget Instance'));
 }
コード例 #13
0
ファイル: Tabs.php プロジェクト: xantin/Aoe_Scheduler
 /**
  * Internal constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('job_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('Job'));
 }
コード例 #14
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('promo_catalog_edit_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_CatalogRule_Helper_Data')->__('Catalog Price Rule'));
 }
コード例 #15
0
ファイル: Tabs.php プロジェクト: aoepeople/aoe_layoutmanager
 /**
  * Internal constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('layout_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('aoe_layoutmanager')->__('Layout Update'));
 }
コード例 #16
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('customer_info_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Customer_Helper_Data')->__('Customer Information'));
 }
コード例 #17
0
ファイル: Tabs.php プロジェクト: uibar/peggysgift
 /**
  * Initializa the tab system
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('awb_tabs');
     $this->setDestElementId('awb_template_new_form');
     $this->setTitle(Mage::helper('awb')->__('Date AWB'));
 }
コード例 #18
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('product_attribute_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Catalog_Helper_Data')->__('Attribute Information'));
 }
コード例 #19
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('design_tabs');
     $this->setDestElementId('design-edit-form');
     $this->setTitle(Mage::helper('Mage_Core_Helper_Data')->__('Design Change'));
 }
コード例 #20
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('process_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Index_Helper_Data')->__('Index'));
 }
コード例 #21
0
ファイル: Tabs.php プロジェクト: natxetee/magento2
 /**
  * Initialize Tabs
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('category_info_tabs');
     $this->setDestElementId('category_tab_content');
     $this->setTitle(Mage::helper('Mage_Catalog_Helper_Data')->__('Category Data'));
 }
コード例 #22
0
ファイル: Tabs.php プロジェクト: AleksNesh/pandora
 /**
  * Magento's class contructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_helper = Mage::helper('ash_slideshow');
     $this->setId('slideshow_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->_helper->__('Slide Asset'));
 }
コード例 #23
0
ファイル: Grids.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('grid_tab');
     $this->setDestElementId('grid_tab_content');
 }