add show form is broken up into tabs.
This commit is contained in:
parent
42e2e0d407
commit
c83244fb3a
8 changed files with 38 additions and 159 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue