CC-3380 Better names for items in the System menu
This commit is contained in:
parent
59b7f4ab56
commit
d250e2a297
2 changed files with 5 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue