diff options
Diffstat (limited to 'application/views/scripts/bootiso/index.phtml')
| -rw-r--r-- | application/views/scripts/bootiso/index.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/scripts/bootiso/index.phtml b/application/views/scripts/bootiso/index.phtml index f529ff3..5e1fade 100644 --- a/application/views/scripts/bootiso/index.phtml +++ b/application/views/scripts/bootiso/index.phtml @@ -14,6 +14,8 @@ <th>Expires</th> <th>Public</th> </tr> + <?php if(count($this->bootisolist)==0) + echo "</table> There are no BootISO's entries for the Bootmenuto display." ?> <?php foreach ($this->bootisolist as $bootiso): ?> <tr class=entry> <td><?php echo $this->escape($bootiso->getID()); ?></td> |
