Merge branch '1.9.1' into devel
This commit is contained in:
commit
314749bf98
2 changed files with 18 additions and 16 deletions
|
@ -16,8 +16,9 @@ class Application_Form_SupportSettings extends Zend_Form
|
|||
$this->addElement('text', 'stationName', array(
|
||||
'class' => 'input_text',
|
||||
'label' => 'Station Name',
|
||||
'required' => false,
|
||||
'required' => true,
|
||||
'filters' => array('StringTrim'),
|
||||
'validator' => array('NotEmpty'),
|
||||
'value' => Application_Model_Preference::GetValue("station_name"),
|
||||
'decorators' => array(
|
||||
'ViewHelper'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue