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