-title now stored in session variable.
This commit is contained in:
parent
df675bd8c6
commit
4698e963c1
6 changed files with 63 additions and 60 deletions
|
@ -12,7 +12,8 @@ class Application_Form_Preferences extends Zend_Form
|
|||
'label' => 'Station Name:',
|
||||
'required' => true,
|
||||
'filters' => array('StringTrim'),
|
||||
'validators' => array('NotEmpty')
|
||||
'validators' => array('NotEmpty'),
|
||||
'value' => Application_Model_Preference::GetValue("station_name")
|
||||
));
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue