diff options
| author | Michael Neves | 2012-01-26 16:19:48 +0100 |
|---|---|---|
| committer | Michael Neves | 2012-01-26 16:19:48 +0100 |
| commit | 7dce488bb10a0f4d74197cc195b933168c00102f (patch) | |
| tree | 680805dc6056528bea8233efe00b32d3b44f1685 /application/modules/user/views/scripts/preboot | |
| parent | Preboot Type fix im Model (diff) | |
| download | pbs2-7dce488bb10a0f4d74197cc195b933168c00102f.tar.gz pbs2-7dce488bb10a0f4d74197cc195b933168c00102f.tar.xz pbs2-7dce488bb10a0f4d74197cc195b933168c00102f.zip | |
Bootiso View updated
Diffstat (limited to 'application/modules/user/views/scripts/preboot')
| -rw-r--r-- | application/modules/user/views/scripts/preboot/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/preboot/index.phtml b/application/modules/user/views/scripts/preboot/index.phtml index d332800..ddcc5e5 100644 --- a/application/modules/user/views/scripts/preboot/index.phtml +++ b/application/modules/user/views/scripts/preboot/index.phtml @@ -54,7 +54,7 @@ true) ?>"><img src='/media/img/delete.png' alt='Delete Preboot'/></a> <?php endif; ?> </div> - <div class='title'><?php echo $this->escape($preboot->getTitle()); ?> <?php echo $this->escape($preboot->getPreBootTypeID()); ?></div> + <div class='title'>[<?php echo $this->escape($preboot->getPreBootTypeID()); ?>] <?php echo $this->escape($preboot->getTitle()); ?></div> <div class='subtitle'><?php echo $this->escape($preboot->getDescription()); ?></div> <div class='details'> <label>PrebootID</label> |
