CC-2959: Stream Setting: Status box design for each stream

- integrated new status boxes
This commit is contained in:
James 2011-11-15 16:27:23 -05:00
parent 3374e09242
commit 6229ca46d5
4 changed files with 9 additions and 8 deletions

View file

@ -155,7 +155,7 @@ class Application_Form_StreamSettingSubForm extends Zend_Form_SubForm{
}
$this->addElement($user);
$liquidsopa_error_msg = "Getting infomation from the server..";
$liquidsopa_error_msg = '<div class="stream-status status-info"><h3>Getting information from the server...</h3></div>';
$this->setDecorators(array(
array('ViewScript', array('viewScript' => 'form/stream-setting-form.phtml', "stream_number"=>$stream_number, "liquidsoap_error_msg"=>$liquidsopa_error_msg))