diff options
| author | Simon | 2011-03-09 12:20:55 +0100 |
|---|---|---|
| committer | Simon | 2011-03-09 12:20:55 +0100 |
| commit | 1ac1db9336fdfa2f32e775e390a3d9fdaa605c79 (patch) | |
| tree | bcb7fc97937b9db314b74903ffed61a1d75506ea /application/views/scripts/bootos | |
| parent | oberfläche verändert (diff) | |
| parent | ACHTUNG: Habe in einigen Mappern die find() Methode geändert, sie liefern je... (diff) | |
| download | pbs2-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.phtml | 2 |
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> |
