diff options
| author | Simon | 2011-03-16 13:01:52 +0100 |
|---|---|---|
| committer | Simon | 2011-03-16 13:01:52 +0100 |
| commit | 23356b4d986955a981c4b164bea553c2560aec4a (patch) | |
| tree | a023e77bf92a31ba314a5e58e3cf11861915e579 /application/modules/dev/views | |
| parent | Arbeiten am Clientcontroller, Membership in Auth gesetzt (diff) | |
| parent | Default KCL wird jetzt automatisch geupdated (diff) | |
| download | pbs2-23356b4d986955a981c4b164bea553c2560aec4a.tar.gz pbs2-23356b4d986955a981c4b164bea553c2560aec4a.tar.xz pbs2-23356b4d986955a981c4b164bea553c2560aec4a.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/dev/views')
| -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( |
