summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootos/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/bootos/index.phtml')
-rw-r--r--application/views/scripts/bootos/index.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/scripts/bootos/index.phtml b/application/views/scripts/bootos/index.phtml
index fefd219..437b502 100644
--- a/application/views/scripts/bootos/index.phtml
+++ b/application/views/scripts/bootos/index.phtml
@@ -18,6 +18,8 @@
<th>Expires</th>
<th>Public</th>
</tr>
+ <?php if(count($this->bootoslist)==0)
+ echo "</table> There are no BootOs's to display." ?>
<?php foreach ($this->bootoslist as $bootos): ?>
<tr class=entry>
<td><?php echo $this->escape($bootos->getID()); ?></td>