CC-2908: Add "Live Stream" title to live stream popup window
-custom logo
This commit is contained in:
parent
7dd14efe27
commit
929e29182b
8 changed files with 79 additions and 50 deletions
|
@ -42,11 +42,11 @@ $(document).ready(function(){
|
|||
?>
|
||||
});
|
||||
</script>
|
||||
<div class="jp-logo"></div>
|
||||
<div class="jp-logo"><img id="logo-img" onload='resizeToMaxHeight(this, 67);' src="<?php echo $this->logo ?>" /></div>
|
||||
<div class="jp-stream">
|
||||
<div class="jp-stream-text">Select stream:</div>
|
||||
|
||||
<form id="form1" method="post" action="">
|
||||
|
||||
<select id="combo-box">
|
||||
<?php
|
||||
foreach($ids as $id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue