-station name in preferences no longer required
This commit is contained in:
parent
57834097e8
commit
4eaf56b93f
|
@ -13,9 +13,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
||||||
$this->addElement('text', 'stationName', array(
|
$this->addElement('text', 'stationName', array(
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'label' => 'Station Name',
|
'label' => 'Station Name',
|
||||||
'required' => true,
|
|
||||||
'filters' => array('StringTrim'),
|
'filters' => array('StringTrim'),
|
||||||
'validators' => array('NotEmpty'),
|
|
||||||
'value' => Application_Model_Preference::GetValue("station_name"),
|
'value' => Application_Model_Preference::GetValue("station_name"),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper'
|
'ViewHelper'
|
||||||
|
|
Loading…
Reference in New Issue