add show form is broken up into tabs.

This commit is contained in:
Naomi 2011-01-21 13:25:12 -05:00
parent 42e2e0d407
commit c83244fb3a
8 changed files with 38 additions and 159 deletions

View file

@ -6,7 +6,7 @@ class Application_Form_AddShowStyle extends Zend_Form_SubForm
public function init()
{
// Add show background-color input
$this->addElement('text', 'show-background-color', array(
$this->addElement('text', 'add_show_background_color', array(
'label' => 'Background Colour:',
'required' => true,
'filters' => array('StringTrim'),
@ -14,7 +14,7 @@ class Application_Form_AddShowStyle extends Zend_Form_SubForm
));
// Add show color input
$this->addElement('text', 'show-color', array(
$this->addElement('text', 'add_show_color', array(
'label' => 'Text Colour',
'required' => true,
'filters' => array('StringTrim'),