コード例 #1
0
ファイル: Tabs.php プロジェクト: xiaoguizhidao/BumblebeeSite
 /**
  * Initialize Department edit page tabs
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('category_info_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('zeon_jobs')->__('Department Information'));
 }
コード例 #2
0
ファイル: Tabs.php プロジェクト: vivekkamble/magento_basic
 /**
  * Initialize tabs and define tabs block settings
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('page_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('slider')->__('Slider Item Info'));
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('request_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('rma')->__('Request Information'));
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setId("servisnilist_tabs");
     $this->setDestElementId("edit_form");
     $this->setTitle(Mage::helper("servisnilist")->__("Item Information"));
 }
コード例 #5
0
ファイル: Tabs.php プロジェクト: xiaoguizhidao/bb
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('widget/tabshoriz.phtml');
     $this->setId('support');
     $this->setDestElementId('support_tab_container');
 }
コード例 #6
0
ファイル: Tabs.php プロジェクト: hazaeluz/magento_connect
 public function __construct()
 {
     parent::__construct();
     $this->setId('sales_order_view_tabs');
     $this->setDestElementId('sales_order_view');
     $this->setTitle(Mage::helper('sales')->__('Order View'));
 }
コード例 #7
0
ファイル: Diagrams.php プロジェクト: Airmal/Magento-Em
 public function __construct()
 {
     parent::__construct();
     $this->setId('diagram_tab');
     $this->setDestElementId('diagram_tab_content');
     $this->setTemplate('widget/tabshoriz.phtml');
 }
コード例 #8
0
ファイル: Tabs.php プロジェクト: monkviper/magento-lite
 public function __construct()
 {
     parent::__construct();
     $this->setId('page_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('adminhtml')->__('User Information'));
 }
コード例 #9
0
ファイル: Tabs.php プロジェクト: hazaeluz/magento_connect
 /**
  * Intialize form
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('enterprise_customersegment_segment_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('enterprise_customersegment')->__('Segment Information'));
 }
コード例 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('jmmegamenugroup_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('jmmegamenu')->__('Menu Group Configuration'));
 }
コード例 #11
0
ファイル: Tabs.php プロジェクト: bevello/bevello
 public function __construct()
 {
     parent::__construct();
     $this->setId('footerads_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('slider')->__('Ad Image'));
 }
コード例 #12
0
ファイル: Tabs.php プロジェクト: sshegde123/wmp8
 /**
  * Initialize Tabs
  *
  * @access public
  * @author Ultimate Module Creator
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('religion_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('lionleap_temples')->__('Religion'));
 }
コード例 #13
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('returnpolicy_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('News Information'));
 }
コード例 #14
0
ファイル: Tabs.php プロジェクト: axovel/exqzt
 /**
  * Constructs current object
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('faq_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('hm_faq')->__('FAQ item information'));
 }
コード例 #15
0
ファイル: Tabs.php プロジェクト: relue/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setId('rating_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Rating_Helper_Data')->__('Rating Information'));
 }
コード例 #16
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('poll_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('poll')->__('Poll Information'));
 }
コード例 #17
0
ファイル: Tabs.php プロジェクト: pankajsinghjarial/SYLC
 public function __construct()
 {
     parent::__construct();
     $this->setId('webforms_fields_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('webforms')->__('Field Information'));
 }
コード例 #18
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('role_info_tabs');
     $this->setDestElementId('role_edit_form');
     $this->setData('title', Mage::helper('api2')->__('Role Information'));
 }
コード例 #19
0
 public function __construct()
 {
     parent::__construct();
     #$this->setTemplate('widget/tabs.phtml');
     $this->setId('system_config_dwstree');
     $this->setDestElementId('system_config_form');
 }
コード例 #20
0
ファイル: Tabs.php プロジェクト: jpbender/mage_virtual
 public function __construct()
 {
     parent::__construct();
     $this->setId('process_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('index')->__('Index'));
 }
コード例 #21
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('product_info_tabs');
     $this->setDestElementId('product_edit_form');
     $this->setTitle(AO::helper('catalog')->__('Product Information'));
 }
コード例 #22
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('manager_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('manager')->__('Item Information'));
 }
コード例 #23
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gomage_feed_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('Import'));
 }
コード例 #24
0
ファイル: Tabs.php プロジェクト: nemphys/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setId('convert_profile_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Adminhtml_Helper_Data')->__('Import/Export Profile'));
 }
コード例 #25
0
ファイル: Tabs.php プロジェクト: xiaoguizhidao/extensiongsd
 public function __construct()
 {
     parent::__construct();
     $this->setId('aw_giftcard_info_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('Gift Card'));
 }
コード例 #26
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('customer_info_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('customer')->__('Customer Information'));
 }
コード例 #27
0
ファイル: Tabs.php プロジェクト: CE-Webmaster/CE-Hub
 public function __construct()
 {
     parent::__construct();
     $this->setId('fieldTabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('amfeed')->__('Field Options'));
 }
コード例 #28
0
 /**
  * Setting grid_id, DOM destination element id, Title
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('mobile_app_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('Manage Mobile App'));
 }
コード例 #29
0
 /**
  * Initialize edit tabs
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('customer_attribute_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('enterprise_customer')->__('Attribute Information'));
 }
コード例 #30
0
ファイル: Tabs.php プロジェクト: technomagegithub/magento
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('widget/tabshoriz.phtml');
     $this->setId('ebayListingCategoryChooserTabs');
     $this->setDestElementId('chooser_tabs_container');
 }