summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootos
diff options
context:
space:
mode:
authorSimon2011-03-09 12:20:55 +0100
committerSimon2011-03-09 12:20:55 +0100
commit1ac1db9336fdfa2f32e775e390a3d9fdaa605c79 (patch)
treebcb7fc97937b9db314b74903ffed61a1d75506ea /application/views/scripts/bootos
parentoberfläche verändert (diff)
parentACHTUNG: Habe in einigen Mappern die find() Methode geändert, sie liefern je... (diff)
downloadpbs2-1ac1db9336fdfa2f32e775e390a3d9fdaa605c79.tar.gz
pbs2-1ac1db9336fdfa2f32e775e390a3d9fdaa605c79.tar.xz
pbs2-1ac1db9336fdfa2f32e775e390a3d9fdaa605c79.zip
Merge gefixxt
Diffstat (limited to 'application/views/scripts/bootos')
-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 fd3e8cb..df4f072 100644
--- a/application/views/scripts/bootos/index.phtml
+++ b/application/views/scripts/bootos/index.phtml
@@ -19,6 +19,8 @@
<th>Public</th>
<th colspan=2>Actions</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>