The fix for long connection strings in "Add Show" form caused the tooltips to
be displayed incorrectly (hidden). Reverted that change. Fixed display of "Stream URL" in the stream settings.
This commit is contained in:
parent
791d1dae1b
commit
6d75b4fc06
3 changed files with 3 additions and 3 deletions
|
@ -155,7 +155,7 @@
|
|||
<label for="outputStreamURL">Stream URL: </label>
|
||||
</dt>
|
||||
<dd id="outputStreamURL-element">
|
||||
<span id="stream_url"></span>
|
||||
<span id="stream_url" class="static_text"></span>
|
||||
</dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<?php echo $this->repeats; ?>
|
||||
</div>
|
||||
<h3 class="collapsible-header"><span class="arrow-icon"></span>Live Stream</h3>
|
||||
<div id="live-stream-override" class="collapsible-content" style="overflow: auto">
|
||||
<div id="live-stream-override" class="collapsible-content">
|
||||
<?php echo $this->live; ?>
|
||||
</div>
|
||||
<?php if(!$this->isSaas()){?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue