summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootos/index.phtml
diff options
context:
space:
mode:
authormichael pereira2011-04-21 15:55:59 +0200
committermichael pereira2011-04-21 15:55:59 +0200
commit4d141b993337331b61945cc02c43cb15d89714e9 (patch)
tree38e42801af6fee086771eca48ff44d2b668f1986 /application/modules/user/views/scripts/bootos/index.phtml
parentconfig fix (diff)
downloadpbs2-4d141b993337331b61945cc02c43cb15d89714e9.tar.gz
pbs2-4d141b993337331b61945cc02c43cb15d89714e9.tar.xz
pbs2-4d141b993337331b61945cc02c43cb15d89714e9.zip
Preboot gefixt
Diffstat (limited to 'application/modules/user/views/scripts/bootos/index.phtml')
-rw-r--r--application/modules/user/views/scripts/bootos/index.phtml6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml
index c0f201e..c39ac05 100644
--- a/application/modules/user/views/scripts/bootos/index.phtml
+++ b/application/modules/user/views/scripts/bootos/index.phtml
@@ -100,12 +100,6 @@
<?php if(Pbs_Acl::checkRight('boai')): ?>
<label>BootosID</label>
<div class='item'><?php echo $this->escape($bootos->getID()); ?>&nbsp;</div>
- <label>initPath</label>
- <div class='item'><?php echo $this->escape($bootos->getPath_init()); ?>&nbsp;</div>
- <label>kernelPath</label>
- <div class='item'><?php echo $this->escape($bootos->getPath_kernel()); ?>&nbsp;</div>
- <label>configPath</label>
- <div class='item'><?php echo $this->escape($bootos->getPath_config()); ?>&nbsp;</div>
<label>Default KCL</label>
<div class='item'><?php echo $this->escape($bootos->getDefaultkcl()); ?>&nbsp;</div>
<label>Source</label>