SAAS-208: airtime-system: create a option which can set the live stream connection setting

-done
This commit is contained in:
denise 2012-05-18 19:08:50 -04:00
parent 42f75634fc
commit d0211aaca9
3 changed files with 78 additions and 68 deletions

View file

@ -7,8 +7,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
public function init()
{
$isSaas = Application_Model_Preference::GetPlanLevel() == 'disabled'?false:true;
$this->isSaas = $isSaas;
Logging::log($this->isSaas==true?"true":"false");
$this->isSaas = $isSaas;
$this->setDecorators(array(
array('ViewScript', array('viewScript' => 'form/preferences_general.phtml', "isSaas" => $isSaas))