Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
28fecd9024
|
@ -7,8 +7,8 @@
|
|||
</div>
|
||||
<div style="clear:both"></div>
|
||||
<?php }?>
|
||||
<?php echo $this->statusMsg;?>
|
||||
<div style="float: left">
|
||||
<?php echo $this->statusMsg;?>
|
||||
<div style="float: left; margin-right: 10px;">
|
||||
<fieldset class="padded stream-setting-global">
|
||||
<legend>Global Settings</legend>
|
||||
<dl class="zend_form">
|
||||
|
@ -70,8 +70,8 @@
|
|||
</dl>
|
||||
</fieldset>
|
||||
<?php echo $this->form->getSubform('live_stream_subform'); ?>
|
||||
</div>
|
||||
<div style="float: left; margin-left: 20px; width: 600px;">
|
||||
</div>
|
||||
<div style="float: left; width: 600px;">
|
||||
<?php
|
||||
for($i=1;$i<=$this->num_stream;$i++){
|
||||
echo $this->form->getSubform("s".$i."_subform");
|
||||
|
|
Loading…
Reference in New Issue