setTemplate('am/revslider/widget/form/reset.phtml'); } public function render(Varien_Data_Form_Element_Abstract $element){ return $this->toHtml(); } protected function _prepareLayout(){ $this->setChild('resetBtn', $this->getLayout()->createBlock('adminhtml/widget_button', '', array( 'id' => 'resetScaleBtn', 'label' => Mage::helper('revslider')->__('Reset'), 'type' => 'button', 'onclick' => 'revLayer.resetScale()' ))); return parent::_prepareLayout(); } }