CC-1665: Scheduled stream rebroadcasting and recording
-don't show delete button until a stream has been saved
This commit is contained in:
parent
b3ef67e617
commit
398fbb04db
3 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<button id="ws_new" class="ui-button ui-widget ui-state-default" role="button" aria-disabled="false">New</button>
|
||||
<?php if (isset($this->ws)) : ?>
|
||||
<button id="ws_delete" class="ui-button ui-widget ui-state-default" role="button" aria-disabled="false">Delete</button>
|
||||
<button id="ws_delete" class="ui-button ui-widget ui-state-default" <?php if ($this->action == "new"): ?>style="display:none;"<?php endif; ?> role="button" aria-disabled="false">Delete</button>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($this->ws)) : ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue