/**
  * Prepare container
  */
 protected function _prepareContainer()
 {
     parent::_prepareContainer();
     $this->setIsEditButtonEnabled(FALSE);
     $this->setIsSaveButtonEnabled(FALSE);
     $this->setIsResetButtonEnabled(FALSE);
     $this->addButton(array('name' => 'reply', 'id' => 'reply', 'button_text' => 'Reply', 'style_class' => 'form-button', 'icon_class' => 'save', 'url' => Fox::getUrl('*/*/reply', array('id' => $this->getRequest()->getParam('id')))));
 }
 /**
  * Prepare container
  */
 protected function _prepareContainer()
 {
     parent::_prepareContainer();
     $form = $this->getForm()->getForm();
     $form->addPrefixPath('Uni_Core_Admin_View_Form_Decorator', 'Uni/Core/Admin/View/Form/Decorator/', 'decorator');
     $form->setDecorators(array('Tabs'));
     $form->setAction($this->getSaveButtonUrl());
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setTemplate('admin/system/module/list');
     $this->setId('moduleList');
 }
 /**
  * Public constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->setTemplate('eav/set/edit');
 }