CC-3436: Warn the user that the stream will be interrupted when pypo is restarted

-Done
This commit is contained in:
Martin Konecny 2012-03-17 15:24:19 -04:00
parent 9be6f1bd0e
commit 5a7a502d45
2 changed files with 5 additions and 2 deletions

View file

@ -232,6 +232,9 @@ class PreferenceController extends Zend_Controller_Action
$this->view->statusMsg = "<div class='success'>Stream Setting Updated.</div>";
}
}
$this->view->confirm_pypo_restart_text = "Updating settings will temporarily interrupt any currently playing shows. Click \'OK\' to continue.";
$this->view->num_stream = $num_of_stream;
$this->view->enable_stream_conf = Application_Model_Preference::GetEnableStreamConf();
$this->view->form = $form;