headTitle('Contact Form Manager'); ?>
Partial('partial/flashMessages.phtml' ); ?>
Text('Contact Form Manager'); ?>
Text('Contact Form Manager description'); ?>
Tabset(array(
'system' => array(
'title' => $this->Text('Users', false),
'partial' => 'contact-form/admin/partial/users.phtml',
'variable' => array('paginator' => $this->users, 'tab'=>$this->tab),
'tabset' => 'users'
),
'additional' => array(
'title' => $this->Text('Subjects', false),
'partial' => 'contact-form/admin/partial/subjects.phtml',
'variable' => array('paginator' => $this->subjects, 'tab'=>$this->tab),
'tabset' => 'subjects'
),
'FormBuilder' => $this->FormBuilder( 'ContactForm' )
));
?>