コード例 #1
0
ファイル: Generate.php プロジェクト: jpbender/mage_virtual
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('enterprise/giftcardaccount/config/generate.phtml');
     }
 }
コード例 #2
0
ファイル: Rates.php プロジェクト: xiaoguizhidao/magento
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udtiercom/system/form_field/category_rates_config.phtml');
     }
 }
コード例 #3
0
ファイル: Date.php プロジェクト: newjueqi/specialgiftcard
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('specialgiftcard/config/date.phtml');
     }
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udmspro/system/form_field/fieldsets_config.phtml');
     }
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udprod/system/form_field/quick_create_config.phtml');
     }
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udprod/system/form_field/type_of_product.phtml');
     }
 }
コード例 #7
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udtiership/system/form_field/v2/delivery_type.phtml');
     }
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->getTemplate()) {
         $this->setTemplate('udbatch/system/form_field/import_templates.phtml');
     }
 }
コード例 #9
0
 public function __construct()
 {
     parent::__construct();
     if ($head = Mage::app()->getLayout()->getBlock('head')) {
         $head->setCanLoadExtJs(true);
     }
 }
コード例 #10
0
ファイル: Abstract.php プロジェクト: hyhoocchan/mage-local
 /**
  * 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');
     }
 }
コード例 #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);
     }
 }
コード例 #12
0
ファイル: TemplateSku.php プロジェクト: xiaoguizhidao/magento
 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);
     }
 }
コード例 #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');
     }
 }
コード例 #14
0
ファイル: Email.php プロジェクト: billadams/forever-frame
 /**
  * Constructor for block 
  * 
  */
 public function __construct()
 {
     parent::__construct();
 }
コード例 #15
0
ファイル: Tier.php プロジェクト: billadams/forever-frame
 /**
  * Constructor for block 
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('affiliatepluslevel/tier.phtml');
 }
コード例 #16
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('pdfinvoiceplus/configurations/checkbox.phtml');
 }