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 | |
| 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')
| -rw-r--r-- | application/modules/user/views/scripts/bootiso/index.phtml | 4 | ||||
| -rw-r--r-- | application/modules/user/views/scripts/bootos/index.phtml | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml index 0f9c830..3f89a92 100644 --- a/application/modules/user/views/scripts/bootiso/index.phtml +++ b/application/modules/user/views/scripts/bootiso/index.phtml @@ -56,10 +56,8 @@ true) ?>"><img src='/media/img/delete.png' alt='Delete BootISO'/></a> </div> <div class='title'><?php echo $this->escape($bootiso->getTitle()); ?></div> - <div class='subtitle'>Serialnumber: <?php echo $this->escape($bootiso->getSerialnumber()); ?></div> + <div class='subtitle'><?php echo $this->escape($bootiso->getGroupID()); ?> - Serialnumber: <?php echo $this->escape($bootiso->getSerialnumber()); ?></div> <div class='details dispnone'> - <label>Group</label> - <div class='item'><?php echo $this->escape($bootiso->getGroupID()); ?></div> <label>PreebootID</label> <div class='item'><?php echo $this->escape($bootiso->getPrebootID()); ?></div> <label>Created</label> 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> |
