CC-2501:registration-workding-change

- temp commit. Styling is still broken
This commit is contained in:
james 2011-07-04 13:07:46 -04:00
parent 2bc108e8ae
commit 4ca7b3cf16
3 changed files with 22 additions and 4 deletions

View file

@ -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'));