diff options
| author | michael pereira | 2011-04-08 16:00:17 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-08 16:00:17 +0200 |
| commit | aa31509554252a38150bd2a8fc6d3974e851bfd9 (patch) | |
| tree | c68b6890c6be050711fd32599676ca4e560804b8 /application/modules/user/views | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-aa31509554252a38150bd2a8fc6d3974e851bfd9.tar.gz pbs2-aa31509554252a38150bd2a8fc6d3974e851bfd9.tar.xz pbs2-aa31509554252a38150bd2a8fc6d3974e851bfd9.zip | |
kcl fixed
Diffstat (limited to 'application/modules/user/views')
| -rw-r--r-- | application/modules/user/views/scripts/bootmenu/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index 5d298a5..0b4b12f 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -116,7 +116,7 @@ <div class='title'><?php echo $this->escape($bootmenuentry->getTitle()); ?></div> <div class='subtitle'><?php echo $this->escape($bootmenuentry->getBootosID()) ?></div> <div class='details dispnone'> - <label>KCL</label> + <label>Default KCL</label> <div class='item'><?php echo $this->escape($bootmenuentry->getKcl()); ?></div> <label>KCL-Append</label> <div class='item'><?php echo $this->escape($bootmenuentry->getKclappend()); ?></div> |
