Exemplo n.º 1
0
 /**
  * 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'));
 }
Exemplo n.º 2
0
 /**
  * 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'));
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('request_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('rma')->__('Request Information'));
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->setId("servisnilist_tabs");
     $this->setDestElementId("edit_form");
     $this->setTitle(Mage::helper("servisnilist")->__("Item Information"));
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('widget/tabshoriz.phtml');
     $this->setId('support');
     $this->setDestElementId('support_tab_container');
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('sales_order_view_tabs');
     $this->setDestElementId('sales_order_view');
     $this->setTitle(Mage::helper('sales')->__('Order View'));
 }
Exemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('diagram_tab');
     $this->setDestElementId('diagram_tab_content');
     $this->setTemplate('widget/tabshoriz.phtml');
 }
Exemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('page_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('adminhtml')->__('User Information'));
 }
Exemplo n.º 9
0
 /**
  * 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'));
 }
Exemplo n.º 10
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('jmmegamenugroup_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('jmmegamenu')->__('Menu Group Configuration'));
 }
Exemplo n.º 11
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('footerads_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('slider')->__('Ad Image'));
 }
Exemplo n.º 12
0
 /**
  * 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'));
 }
Exemplo n.º 13
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('returnpolicy_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('News Information'));
 }
Exemplo n.º 14
0
 /**
  * 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'));
 }
Exemplo n.º 15
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('rating_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('Mage_Rating_Helper_Data')->__('Rating Information'));
 }
Exemplo n.º 16
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('poll_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('poll')->__('Poll Information'));
 }
Exemplo n.º 17
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('webforms_fields_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('webforms')->__('Field Information'));
 }
Exemplo n.º 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'));
 }
Exemplo n.º 19
0
 public function __construct()
 {
     parent::__construct();
     #$this->setTemplate('widget/tabs.phtml');
     $this->setId('system_config_dwstree');
     $this->setDestElementId('system_config_form');
 }
Exemplo n.º 20
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('process_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('index')->__('Index'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->setId('product_info_tabs');
     $this->setDestElementId('product_edit_form');
     $this->setTitle(AO::helper('catalog')->__('Product Information'));
 }
Exemplo n.º 22
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('manager_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('manager')->__('Item Information'));
 }
Exemplo n.º 23
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gomage_feed_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('Import'));
 }
Exemplo n.º 24
0
 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'));
 }
Exemplo n.º 25
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('aw_giftcard_info_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle($this->__('Gift Card'));
 }
 public function __construct()
 {
     parent::__construct();
     $this->setId('customer_info_tabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('customer')->__('Customer Information'));
 }
Exemplo n.º 27
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('fieldTabs');
     $this->setDestElementId('edit_form');
     $this->setTitle(Mage::helper('amfeed')->__('Field Options'));
 }
Exemplo n.º 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'));
 }
Exemplo n.º 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'));
 }
Exemplo n.º 30
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('widget/tabshoriz.phtml');
     $this->setId('ebayListingCategoryChooserTabs');
     $this->setDestElementId('chooser_tabs_container');
 }