CC-2753: Ability to disable stream 1 but still show it in the interface

- interface change
- all elements becomes 'disabled' depending on 'disable_stream_conf' flag
This commit is contained in:
James 2011-09-02 16:13:30 -04:00
parent 0c72b8b6bf
commit fa929d45a6
5 changed files with 56 additions and 0 deletions

View file

@ -188,6 +188,7 @@ class PreferenceController extends Zend_Controller_Action
}
}
$this->view->num_stream = $num_of_stream;
$this->view->disable_stream_conf = Application_Model_Preference::GetDisableStreamConf();
$this->view->form = $form;
}