CC-3250: UI design for mount monitor for media monitor
( Manage Media Folder and Playlist Builder screen) - initial commit
This commit is contained in:
parent
ccef97190a
commit
dae7e73a84
3 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ if (count($items)) : ?>
|
|||
</div>
|
||||
<div class="text-row">
|
||||
<span class="spl_artist"><?php echo $item["CcFiles"]['artist_name'] ?></span>
|
||||
<span class="spl_artist"><?php echo ($item["CcFiles"]['file_exists'])?"":"NO FILE FOUND!" ?></span>
|
||||
<span class="spl_artist"><?php echo ($item["CcFiles"]['file_exists'])?"":"<img src='/css/images/warning-icon.png'>" ?></span>
|
||||
<span class="spl_offset"><?php echo $item["offset"]?></span>
|
||||
</div>
|
||||
<?php //create the crossfade icon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue