summaryrefslogtreecommitdiffstats
path: root/templates/show_flagged.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-27 04:29:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-27 04:29:23 +0000
commit7673d000dd8ec85908a99a1174840c8ca3c53e16 (patch)
tree8cbce751084279e680055f156824c52ea3b3b88b /templates/show_flagged.inc.php
parent75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f (diff)
downloadampache-7673d000dd8ec85908a99a1174840c8ca3c53e16.tar.gz
ampache-7673d000dd8ec85908a99a1174840c8ca3c53e16.tar.bz2
ampache-7673d000dd8ec85908a99a1174840c8ca3c53e16.zip
added some more to flagging and updated mail page to fit new standards
Diffstat (limited to 'templates/show_flagged.inc.php')
-rw-r--r--templates/show_flagged.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php
index 068f38af..b078a2da 100644
--- a/templates/show_flagged.inc.php
+++ b/templates/show_flagged.inc.php
@@ -47,5 +47,9 @@ $web_path = conf('web_path');
<?php } ?>
</td>
</tr>
+<?php } if (!count($flagged)) { ?>
+<tr class="<?php echo flip_class(); ?>">
+ <td colspan="4" class="error"><?php echo _('No Records Found'); ?></td>
+</tr>
<?php } ?>
</table>