form->prepare(); ?> form->setAttribute('title', $this->form->getLabel()); ?> form->setAttribute('class', 'form'); ?> form()->openTag($this->form); ?> formRow($this->form->get($this->form->getTokenName())); ?> formRow($this->form->get('id')); ?>
Tabset(array( 'authorities' => array( 'title' => $this->Translate('Regulatory Contact Information'), 'partial' => 'gm-crop-database/form/partial/authority.phtml', 'variable' => array('form' => $this->form ), 'tabset' => 'authorities' ), 'links' => array( 'title' => $this->Translate('Links'), 'partial' => 'gm-crop-database/form/partial/authorityLinks.phtml', 'variable' => array('form' => $this->form ), 'tabset' => 'links' ), )); ?> Partial('form/partial/buttons.phtml', array('form' => $this->form)); ?> form()->closeTag(); ?>