CC-3250: UI design for mount monitor for media monitor

( Manage Media Folder and Playlist Builder screen)

- initial commit
This commit is contained in:
James 2012-01-17 11:35:31 -05:00
parent ccef97190a
commit dae7e73a84
3 changed files with 2 additions and 2 deletions

View file

@ -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.