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

@ -38,7 +38,7 @@
<?php if (count($watched_dirs) > 0): ?>
<?php foreach($watched_dirs as $watched_dir): ?>
<dd class="block-display selected-item">
<span><?php echo "< Exists? "; echo ($watched_dir->getExistsFlag())?"YES > : ":"NO > : ";?></span><span><?php echo $watched_dir->getDirectory();?></span></span><span class="ui-icon ui-icon-close"></span>
<span><?php echo ($watched_dir->getExistsFlag())?"":"<img src='/css/images/warning-icon.png'>"?></span><span><?php echo $watched_dir->getDirectory();?></span></span><span class="ui-icon ui-icon-close"></span>
</dd>
<?php endforeach; ?>
<?php else: ?>