CC-2908: Add "Live Stream" title to live stream popup window

-custom logo
This commit is contained in:
martin 2011-10-04 17:18:36 -04:00
parent 7dd14efe27
commit 929e29182b
8 changed files with 79 additions and 50 deletions

View file

@ -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) {