diff options
| author | michael pereira | 2011-03-16 13:01:41 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-16 13:01:41 +0100 |
| commit | 28317cb90e3ba13aa5a946f24eabf027fa78cf6b (patch) | |
| tree | 0b4907b5ac8adc671b7c43b2e33fa9c0a2f7cf4c /application/modules/dev/views/scripts/bootmenu/index.phtml | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.tar.gz pbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.tar.xz pbs2-28317cb90e3ba13aa5a946f24eabf027fa78cf6b.zip | |
Default KCL wird jetzt automatisch geupdated
Diffstat (limited to 'application/modules/dev/views/scripts/bootmenu/index.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/bootmenu/index.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/dev/views/scripts/bootmenu/index.phtml b/application/modules/dev/views/scripts/bootmenu/index.phtml index c42a09a..d321758 100644 --- a/application/modules/dev/views/scripts/bootmenu/index.phtml +++ b/application/modules/dev/views/scripts/bootmenu/index.phtml @@ -64,7 +64,7 @@ <!-- <th>BootmenuID</th>--> <th>BootOS</th> <th>kcl</th> - + <th>kclappend</th> <th>Config</th> <th>Position</th> <th colspan=2>Actions</th> @@ -93,6 +93,7 @@ <!--<td><?php echo $this->escape($bootmenuentry->getBootmenuID()); ?></td> --><td><?php echo "[".$this->escape($bootmenuentry->getBootosID()."] ". $bootos->getTitle()); ?></td> <td><?php echo $this->escape($bootmenuentry->getkcl()); ?></td> + <td><?php echo $this->escape($bootmenuentry->getkclappend()); ?></td> <td><?php echo "[".$this->escape($bootmenuentry->getConfigID()."] ". $config->getTitle()); ?></td> <td><?php echo $this->escape($bootmenuentry->getOrder() + 1); ?></td> <td class='action'><a href="<?php echo $this->url( |
