diff options
| author | michael pereira | 2011-04-21 15:55:59 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-21 15:55:59 +0200 |
| commit | 4d141b993337331b61945cc02c43cb15d89714e9 (patch) | |
| tree | 38e42801af6fee086771eca48ff44d2b668f1986 /application/modules/user/views/scripts/preboot | |
| parent | config fix (diff) | |
| download | pbs2-4d141b993337331b61945cc02c43cb15d89714e9.tar.gz pbs2-4d141b993337331b61945cc02c43cb15d89714e9.tar.xz pbs2-4d141b993337331b61945cc02c43cb15d89714e9.zip | |
Preboot gefixt
Diffstat (limited to 'application/modules/user/views/scripts/preboot')
| -rw-r--r-- | application/modules/user/views/scripts/preboot/index.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/preboot/index.phtml b/application/modules/user/views/scripts/preboot/index.phtml index b714b75..415db2e 100644 --- a/application/modules/user/views/scripts/preboot/index.phtml +++ b/application/modules/user/views/scripts/preboot/index.phtml @@ -52,6 +52,7 @@ <?php endif; ?> </div> <div class='title'><?php echo $this->escape($preboot->getTitle()); ?></div> + <div class='subtitle'><?php echo $this->escape($preboot->getDescription()); ?></div> <div class='details'> <label>PrebootID</label> <div class='item'><?php echo $this->escape($preboot->getID()); ?></div> |
