CC-2959: Stream Setting: Status box design for each stream
- integrated new status boxes
This commit is contained in:
parent
3374e09242
commit
6229ca46d5
4 changed files with 9 additions and 8 deletions
|
@ -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))
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
<div class="stream-setting-content" <?php echo $this->stream_number != '1'?'style="display: none;':''?> id="<?=$s_name?>-config">
|
||||
<fieldset class="padded">
|
||||
<dl class="zend_form clearfix">
|
||||
<dt id="<?=$s_name?>Liquidsoap-error-msg-label">
|
||||
<label>Liquidsoap Status: </label>
|
||||
</dt>
|
||||
<dd id="<?=$s_name?>Liquidsoap-error-msg-element">
|
||||
<dd id="<?=$s_name?>Liquidsoap-error-msg-element" class="liquidsoap_status">
|
||||
<?php echo $this->liquidsoap_error_msg?>
|
||||
</dd>
|
||||
<dt id="<?=$s_name?>Enabled-label">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue