Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('enterprise/giftcardaccount/config/generate.phtml');
     }
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udtiercom/system/form_field/category_rates_config.phtml');
     }
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('specialgiftcard/config/date.phtml');
     }
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udmspro/system/form_field/fieldsets_config.phtml');
     }
 }
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udprod/system/form_field/quick_create_config.phtml');
     }
 }
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udprod/system/form_field/type_of_product.phtml');
     }
 }
Esempio n. 7
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udtiership/system/form_field/v2/delivery_type.phtml');
     }
 }
Esempio n. 8
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udbatch/system/form_field/import_templates.phtml');
     }
 }
 public function __construct()
 {
     parent::__construct();
     if ($head = Mage::app()->getLayout()->getBlock('head')) {
         $head->setCanLoadExtJs(true);
     }
 }
Esempio n. 10
0
 /**
  * Check if columns are defined, set template
  *
  */
 public function __construct()
 {
     if (!$this->_addButtonLabel) {
         $this->_addButtonLabel = Mage::helper('adminhtml')->__('Add');
     }
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('system/config/form/field/array.phtml');
     }
 }
Esempio n. 11
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udtiership/system/form_field/v2/simple_cond_rates.phtml');
     }
     if ($head = Mage::app()->getLayout()->getBlock('head')) {
         $head->setCanLoadExtJs(true);
     }
 }
Esempio n. 12
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udprod/system/form_field/template_sku_config.phtml');
     }
     if ($head = Mage::app()->getLayout()->getBlock('head')) {
         $head->setCanLoadExtJs(true);
     }
 }
Esempio n. 13
0
 /**
  * Check if columns are defined, set template
  *
  */
 public function __construct()
 {
     if (empty($this->_columns)) {
         throw new Exception('At least one column must be defined.');
     }
     if (!$this->_addButtonLabel) {
         $this->_addButtonLabel = Mage::helper('adminhtml')->__('Add');
     }
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('system/config/form/field/array.phtml');
     }
 }
Esempio n. 14
0
 /**
  * Constructor for block 
  * 
  */
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 15
0
 /**
  * Constructor for block 
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('affiliatepluslevel/tier.phtml');
 }
Esempio n. 16
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('pdfinvoiceplus/configurations/checkbox.phtml');
 }