summaryrefslogtreecommitdiffstats
path: root/templates/show_objects.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 07:23:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 07:23:42 +0000
commit0949ff48904b06438fc4215854d7fa3ba884474e (patch)
tree1ada94218223d74853d17023a919eddf16fac23c /templates/show_objects.inc.php
parent0b4194ebf11e2ce8b59563c57a4eeca8c80a70e8 (diff)
downloadampache-0949ff48904b06438fc4215854d7fa3ba884474e.tar.gz
ampache-0949ff48904b06438fc4215854d7fa3ba884474e.tar.bz2
ampache-0949ff48904b06438fc4215854d7fa3ba884474e.zip
fixed find missing tracks, tweaked openstrands class again to account for lack of [[CCDATA tag on some xml responses
Diffstat (limited to 'templates/show_objects.inc.php')
-rw-r--r--templates/show_objects.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php
index cd1445a7..12629919 100644
--- a/templates/show_objects.inc.php
+++ b/templates/show_objects.inc.php
@@ -37,4 +37,11 @@
<?php require Config::get('prefix') . '/templates/show_object_row.inc.php'; ?>
</tr>
<?php } ?>
+<?php if (!count($objects)) { ?>
+<tr>
+ <td colspan="<?php echo count($headers); ?>">
+ <span class="error"><?php echo _('Not Enough Data'); ?></span>
+ </td>
+</tr>
+<?php } ?>
</table>