summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views')
-rw-r--r--application/modules/user/views/scripts/bootos/index.phtml6
-rw-r--r--application/modules/user/views/scripts/preboot/index.phtml1
2 files changed, 1 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>
diff --git a/application/modules/user/views/scripts/preboot/index.phtml b/application/modules/user/views/scripts/preboot/index.phtml
index b714b75..415db2e 100644
--- a/application/modules/user/views/scripts/preboot/index.phtml
+++ b/application/modules/user/views/scripts/preboot/index.phtml
@@ -52,6 +52,7 @@
<?php endif; ?>
</div>
<div class='title'><?php echo $this->escape($preboot->getTitle()); ?></div>
+ <div class='subtitle'><?php echo $this->escape($preboot->getDescription()); ?></div>
<div class='details'>
<label>PrebootID</label>
<div class='item'><?php echo $this->escape($preboot->getID()); ?></div>