diff options
| author | Simon | 2011-04-07 15:19:50 +0200 |
|---|---|---|
| committer | Simon | 2011-04-07 15:19:50 +0200 |
| commit | 3d574c74a2ad1bc16eafea294b1a798088a7a97a (patch) | |
| tree | 560a7cd1b5baf484743716c34a7bb773d1a31ae7 /application/modules/user/views/scripts/bootos | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-3d574c74a2ad1bc16eafea294b1a798088a7a97a.tar.gz pbs2-3d574c74a2ad1bc16eafea294b1a798088a7a97a.tar.xz pbs2-3d574c74a2ad1bc16eafea294b1a798088a7a97a.zip | |
kleine design-anpassungen
Diffstat (limited to 'application/modules/user/views/scripts/bootos')
| -rw-r--r-- | application/modules/user/views/scripts/bootos/index.phtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml index a520ab5..e4eb417 100644 --- a/application/modules/user/views/scripts/bootos/index.phtml +++ b/application/modules/user/views/scripts/bootos/index.phtml @@ -68,10 +68,8 @@ true) ?>"><img src='/media/img/delete.png' alt='Delete BootOS' /></a> </div> <div class='title'><?php echo $this->escape($bootos->getTitle()); ?></div> - <div class='subtitle'><?php echo $this->escape($bootos->getDescription()); ?></div> + <div class='subtitle'><?php echo $this->escape($bootos->getGroupID()); ?> - <?php echo $this->escape($bootos->getDescription()); ?></div> <div class='details dispnone'> - <label>GroupID</label> - <div class='item'><?php echo $this->escape($bootos->getGroupID()); ?></div> <label>ConfigID</label> <div class='item'><?php echo $this->escape($bootos->getConfigID()); ?></div> <label>initPath</label> |
