headTitle('Tell Us Form Manager'); ?>
Partial('partial/flashMessages.phtml' ); ?>
Text('Tell Us Form Manager'); ?>
Text('Tell Us Form Manager description'); ?>
Tabset(array(
'system' => array(
'title' => $this->Text('Users', false),
'partial' => 'tell-us/admin/partial/users.phtml',
'variable' => array('paginator' => $this->users, 'tab'=>$this->tab),
'tabset' => 'users'
),
'FormBuilder' => $this->FormBuilder( 'TellUs' )
));
?>