CC-2501:registration-workding-change
- temp commit. Styling is still broken
This commit is contained in:
parent
2bc108e8ae
commit
4ca7b3cf16
3 changed files with 22 additions and 4 deletions
|
@ -17,7 +17,7 @@ class Application_Form_RegisterAirtime extends Zend_Form
|
|||
|
||||
// Station Name
|
||||
$stnName = new Zend_Form_Element_Text("stnName");
|
||||
$stnName->setLabel("Station Name:(*)")
|
||||
$stnName->setLabel("Station Name")
|
||||
->setRequired(true)
|
||||
->setValue(Application_Model_Preference::GetStationName())
|
||||
->setDecorators(array('ViewHelper'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue