CC-3380 Better names for items in the System menu

This commit is contained in:
Paul Baranowski 2012-03-02 17:50:52 -05:00
parent 59b7f4ab56
commit d250e2a297
2 changed files with 5 additions and 6 deletions

View file

@ -111,7 +111,7 @@ class PreferenceController extends Zend_Controller_Action
$privacyChecked = true;
}
$this->view->privacyChecked = $privacyChecked;
$this->view->section_title = Application_Model_Preference::GetPlanLevel() == 'disabled'?'Support Settings':'Station Information Settings';
$this->view->section_title = 'Support Feedback';
$this->view->form = $form;
//$form->render($this->view);
}