SAAS-650: Fix up player page UI in Airtime
This commit is contained in:
parent
dc0855de18
commit
1f2f8a27a5
4 changed files with 14 additions and 5 deletions
|
@ -7,7 +7,10 @@
|
|||
|
||||
<?php echo $this->element->getElement('player_stream_url'); ?>
|
||||
|
||||
<?php echo $this->element->getElement('player_preview_label')->renderLabel(); ?>
|
||||
<div style="clear:both"></div>
|
||||
<?php echo $this->element->getElement('player_embed_src')->getValue(); ?>
|
||||
<div id="embed_player_preview">
|
||||
<?php echo $this->element->getElement('player_embed_src')->getValue(); ?>
|
||||
</div>
|
||||
</dl>
|
||||
</fieldset>
|
Loading…
Add table
Add a link
Reference in a new issue