Example #1
0
 public function _construct()
 {
     parent::_construct();
     $this->setId('agere_meta_form');
     //agere_seo_meta_form
     $this->setTitle($this->__('Meta Rule Information'));
 }
Example #2
0
 /**
  * @see parent
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_helper = Mage::helper('bronto_reviews');
     $this->_productHelper = Mage::helper('bronto_common/product');
     $this->_storeId = $this->getRequest()->getParam('store', 0);
 }
Example #3
0
 public function _construct()
 {
     parent::_construct();
     $this->_fieldSetCollection = array();
     $this->_titleFieldSet = '';
     $this->_comment = '';
     $this->setTemplate('revslideshow/edit/tab/slider.phtml');
 }
 /**
  * Magento Construct, create initial form
  *
  * @throws Exception
  */
 protected function _construct()
 {
     parent::_construct();
     $this->currentData = $this->getCurrentValues();
     $actionUrl = $this->isStage2() ? '*/*/save' : '*/*/edit';
     $action = $this->getUrl($actionUrl, array('id' => $this->getRequest()->getParam('id')));
     $this->_form = new Varien_Data_Form(array('id' => 'edit_form', 'action' => $action, 'method' => 'post', 'html_id_prefix' => 'trigger_', 'field_name_suffix' => 'trigger'));
 }
Example #5
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bl/customgrid/widget/grid/form.phtml');
 }
Example #6
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('promo_quote_form');
     $this->setTitle(Mage::helper('Mage_SalesRule_Helper_Data')->__('Rule Information'));
 }
Example #7
0
 /**
  * Class constructor
  *
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('rma_items_grid');
 }
Example #8
0
 /**
  * Init class
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('checkoutAgreementForm');
     $this->setTitle(Mage::helper('Mage_Checkout_Helper_Data')->__('Terms and Conditions Information'));
 }
Example #9
0
 /**
  * Init Form properties
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('catalog_search_form');
     $this->setTitle(Mage::helper('Mage_Catalog_Helper_Data')->__('Search Information'));
 }
Example #10
0
 /**
  * Magento's class contructor
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_helper = Mage::helper('ash_slideshow');
 }
Example #11
0
 protected function _construct()
 {
     parent::_construct();
     $this->zoneType = Mage::registry('msp_cashondelivery_zone');
 }
Example #12
0
 /**
  * Set blcok template.
  *
  * @var string
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mageparts/ddq/catalog/product/form.phtml');
 }
Example #13
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('tag_form');
     $this->setTitle(Mage::helper('Mage_Tag_Helper_Data')->__('Block Information'));
 }
Example #14
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('currency_edit_form');
     $this->setTitle(Mage::helper('Mage_Adminhtml_Helper_Data')->__('Currency Information'));
 }
Example #15
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('forkel/grids/adminhtml/popup/cell/popup.phtml');
 }
Example #16
0
 protected function _construct()
 {
     parent::_construct();
     $this->setId('order_status_state');
 }
Example #17
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mst_helpdesk/ticket/edit/tab/general.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mana/admin/v2/form.phtml');
 }
Example #19
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('advancedslider/form.phtml');
 }
Example #20
0
 /**
  * Constructor
  */
 protected function _construct()
 {
     parent::_construct();
 }
Example #21
0
 /**
  * constructor
  *
  * @access public
  * @return void
  * @author Marius Strajeru <*****@*****.**>
  */
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('ultimate_modulecreator/edit/tab/relation.phtml');
 }
Example #22
0
 protected function _construct()
 {
     parent::_construct();
     $controllerAction = $this->getAction();
     $this->_objectToEdit = $controllerAction->getObjectToEdit();
 }
Example #23
0
 /**
  * Define customized form template
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('enterprise/cms/page/version/form.phtml');
 }
Example #24
0
 /**
  * Class constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('coreStoreForm');
 }
Example #25
0
 protected function _construct()
 {
     parent::_construct();
     $this->{"setTemplate"}(chr(97) . chr(100) . chr(118) . chr(97) . chr(110) . chr(99) . chr(101) . chr(100) . chr(115) . chr(108) . chr(105) . chr(100) . chr(101) . chr(114) . chr(47) . chr(102) . chr(111) . chr(114) . chr(109) . chr(46) . chr(112) . chr(104) . chr(116) . chr(109) . chr(108));
 }
Example #26
0
 /**
  * Class constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('em_themeframework/edit/form.phtml');
 }
Example #27
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('amasty/amcustomerattr/reports.phtml');
 }
Example #28
0
 protected function _construct()
 {
     parent::_construct();
     $this->setData('customer', Mage::registry('current_customer'));
     $this->addData(Mage::getModel('points/summary')->loadByCustomer($this->getCustomer())->getData());
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setActive(true);
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('aw_collpur/deal/edit/tab/coupons.phtml');
 }