예제 #1
0
 /**
  * Append helper above form
  *
  * @return string
  */
 protected function _toHtml()
 {
     return $this->getChildHtml('app_notification_helper') . parent::_toHtml();
 }
예제 #2
0
 /**
  * Prepare html output
  * Adding preview for images if application was submitted(so we have saved images)
  *
  * @return string
  */
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('images');
 }
예제 #3
0
 protected function _toHtml()
 {
     return parent::_toHtml() . $this->getChildHtml('submission_scripts') . (!Mage::registry('current_app')->getIsResubmitAction() ? '' : $this->getChildHtml('mobile_edit_tab_submission_history') . $this->getChildHtml('resubmit') . $this->getChildHtml('images'));
 }