CC-4268: Playlist: No "preview" button if a track of the playlist does not exist any more
- fixed
This commit is contained in:
parent
a4c579f36e
commit
a94039a0c6
|
@ -24,6 +24,10 @@ if ($item['type'] == 2) {
|
||||||
<div class="big_play ui-state-hover" blockId="<?php echo $item["item_id"]; ?>">
|
<div class="big_play ui-state-hover" blockId="<?php echo $item["item_id"]; ?>">
|
||||||
<span class="ui-icon ui-icon-alert"></span>
|
<span class="ui-icon ui-icon-alert"></span>
|
||||||
</div>
|
</div>
|
||||||
|
<?php else:?>
|
||||||
|
<div class="big_play ui-state-hover">
|
||||||
|
<span class="ui-icon ui-icon-alert"></span>
|
||||||
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="text-row top">
|
<div class="text-row top">
|
||||||
<span class="spl_playlength"><?php echo $item["length"] ?></span>
|
<span class="spl_playlength"><?php echo $item["length"] ?></span>
|
||||||
|
|
Loading…
Reference in New Issue