CC-1665: Scheduled stream rebroadcasting and recording

-remove warning icons from playlists with streams
This commit is contained in:
Martin Konecny 2012-08-10 12:52:36 -04:00
parent 27025c8ca2
commit 41320d0e5d
1 changed files with 4 additions and 4 deletions

View File

@ -16,14 +16,14 @@ if ($item['type'] == 2) {
<div class="big_play" audioFile="<?php echo $item["id"]; ?>">
<span class="ui-icon ui-icon-play"></span>
</div>
<?php elseif ($item['type'] == 1 && $item['exists']): ?>
<div class="big_play ui-state-hover">
<span class="ui-icon ui-icon-play"></span>
</div>
<?php elseif ($item['type'] == 2 && $item['exists']): ?>
<div class="big_play ui-state-hover" blockId="<?php echo $item["item_id"]; ?>">
<span class="ui-icon ui-icon-alert"></span>
</div>
<?php else: ?>
<div class="big_play ui-state-hover">
<span class="ui-icon ui-icon-alert"></span>
</div>
<?php endif; ?>
<div class="text-row top">
<span class="spl_playlength"><?php echo $item["length"] ?></span>