コード例 #1
0
ファイル: Confirmation.php プロジェクト: axovel/exqzt
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (Mage::getSingleton('cms/wysiwyg_config')->isEnabled()) {
         $this->getLayout()->getBlock('head')->setCanLoadTinyMce(true);
     }
 }
コード例 #2
0
ファイル: Color.php プロジェクト: xiaoguizhidao/storebaby.it
 protected function _prepareLayout()
 {
     $this->getLayout()->getBlock('head')->addJs('shopshark/jquery-1.8.3.min.js');
     $this->getLayout()->getBlock('head')->addJs('shopshark/jquery.noconflict.js');
     $this->getLayout()->getBlock('head')->addJs('shopshark/jquery.mColorPicker.min.js');
     return parent::_prepareLayout();
 }
コード例 #3
0
 /**
  * @return $this|Mage_Core_Block_Abstract
  */
 protected function _prepareLayout()
 {
     $this->_connection = Mage::getSingleton('core/resource')->getConnection(Mage_Core_Model_Resource::DEFAULT_SETUP_RESOURCE);
     parent::_prepareLayout();
     $this->setTemplate('schumacherfm/findexer/system/config/database.phtml');
     return $this;
 }
コード例 #4
0
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('magemonkey/system/config/oauth_wizard.phtml');
     }
     return $this;
 }
コード例 #5
0
 /**
  * Set template to itself
  *
  * @return Steverobbins_Slack_Block_Adminhtml_System_Config_Channels
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('steverobbins/slack/system/config/channels.phtml');
     }
     return $this;
 }
コード例 #6
0
ファイル: Ordercolor.php プロジェクト: CE-Webmaster/CE-Hub
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('ordermanager/order_status_color.phtml');
     }
     return $this;
 }
コード例 #7
0
 /**
  * Set template to itself
  *
  * @return Ebizmarts_SweetMonkey_Block_Adminhtml_System_Config_Autovars
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('sweetmonkey/system/config/autovars.phtml');
     }
     return $this;
 }
コード例 #8
0
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('solr/system/config/emptyindex.phtml');
     }
     return $this;
 }
コード例 #9
0
ファイル: Testbtn.php プロジェクト: xiaoguizhidao/devfashion
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('googlebasefeedgenerator/system/config/testbtn.phtml');
     }
     return $this;
 }
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('misspell/system/btn_action.phtml');
     }
     return $this;
 }
コード例 #11
0
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('searchsphinx/system/reindex.phtml');
     }
     return $this;
 }
コード例 #12
0
ファイル: Check.php プロジェクト: CE-Webmaster/CE-Hub
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('amasty/amsmtp/check.phtml');
     }
     return $this;
 }
コード例 #13
0
ファイル: Feed.php プロジェクト: channelengine/magento
 /**
  * Set template block template
  *
  * @return Tritac_ChannelEngine_Block_Adminhtml_System_Config_Feed
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('channelengine/system/config/feed/generate_button.phtml');
     }
     return $this;
 }
コード例 #14
0
ファイル: Recredit.php プロジェクト: AleksNesh/pandora
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('webshopapps_endicia/system/config/recredit.phtml');
     }
     return $this;
 }
コード例 #15
0
 /**
  * Set template
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('rakuten/system/config/signup.phtml');
     }
     return $this;
 }
コード例 #16
0
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('cloudfront/testconnection.phtml');
     }
     return $this;
 }
コード例 #17
0
ファイル: Extensionlist.php プロジェクト: CE-Webmaster/CE-Hub
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('aheadgroups/baseall/extensionlist.phtml');
     }
     return $this;
 }
コード例 #18
0
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('yellowcube/system/config/synchronize.phtml');
     }
     return $this;
 }
コード例 #19
0
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('rocketweb_all/adminhtml/installed_extensions.phtml');
     }
     return $this;
 }
コード例 #20
0
ファイル: Signup.php プロジェクト: 7ochem/magento_extension
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('zendesk/config/button-signup.phtml');
     }
     return $this;
 }
 /**
  * Make sure the template gets set appropriately
  * @return self
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('eb2ccore/system/config/testsftpconnection.phtml');
     }
     return $this;
 }
コード例 #22
0
ファイル: ApiWizard.php プロジェクト: SalesOneGit/s1_magento
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate($this->_wizardTemplate);
     }
     return $this;
 }
コード例 #23
0
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('scaleworks/bitcoin/system/config/validator.phtml');
     }
     return $this;
 }
コード例 #24
0
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('enterprise/search/system/config/testconnection.phtml');
     }
     return $this;
 }
コード例 #25
0
ファイル: Button.php プロジェクト: igorvasiliev4/magento_code
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('intraship/system/config/button.phtml');
     }
     return $this;
 }
コード例 #26
0
 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('paypal/system/config/api_wizard.phtml');
     }
     return $this;
 }
コード例 #27
0
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('sm/xpos/adminhtml/system/config/resetnumber.phtml');
     }
     return $this;
 }
コード例 #28
0
ファイル: Validatevat.php プロジェクト: cewolf2002/magento
 /**
  * Set template to itself
  *
  * @return Mage_Adminhtml_Block_Customer_System_Config_Validatevat
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('customer/system/config/validatevat.phtml');
     }
     return $this;
 }
コード例 #29
0
 /**
  * Set template to itself
  *
  * @return Newsman_Newsletter_Block_Adminhtml_System_Config_Manualsync
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('newsman/system/config/manualsync.phtml');
     }
     return $this;
 }
コード例 #30
0
ファイル: Button.php プロジェクト: shebin512/Magento_Zoff
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     // Set the default template
     if (!$this->getTemplate()) {
         $this->setTemplate('klevu/search/form/field/sync/button.phtml');
     }
     return $this;
 }