Update for better view
- Display stream labels as a list (Settings -> Stream settings -> Global)
This commit is contained in:
parent
7ea00b8437
commit
d24aa25fc6
|
@ -50,7 +50,7 @@
|
|||
<?php foreach ($this->form->getElement('streamFormat')->getMultiOptions() as $radio) : ?>
|
||||
<label for="streamFormat-<?php echo $i ?>">
|
||||
<input type="radio" value="<?php echo $i ?>" id="streamFormat-<?php echo $i ?>" name="streamFormat" <?php if($i == $value){echo 'checked="checked"';}?> >
|
||||
<?php echo $radio ?>
|
||||
<?php echo $radio ?> <br><br>
|
||||
</input>
|
||||
</label>
|
||||
<?php $i = $i + 1; ?>
|
||||
|
|
Loading…
Reference in New Issue