summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 16:22:02 +0100
committerMichael Neves2012-01-26 16:22:02 +0100
commite0123d21552bfb448dbce9ac9a12f732f28b7af5 (patch)
treec1c7940ba21c02ee825764f58adef550e3dd107b
parentBootiso View updated (diff)
downloadpbs2-e0123d21552bfb448dbce9ac9a12f732f28b7af5.tar.gz
pbs2-e0123d21552bfb448dbce9ac9a12f732f28b7af5.tar.xz
pbs2-e0123d21552bfb448dbce9ac9a12f732f28b7af5.zip
Bootiso View fix
-rw-r--r--application/modules/user/views/scripts/bootiso/index.phtml3
1 files changed, 0 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml
index 233dae4..2e71b18 100644
--- a/application/modules/user/views/scripts/bootiso/index.phtml
+++ b/application/modules/user/views/scripts/bootiso/index.phtml
@@ -76,7 +76,6 @@
<?php endif; ?>
</div>
<?php if(!Pbs_Acl::checkRight('bai')){
- $bootiso->setPrebootID(preg_replace("!^\[[0-9]+\]\s!",'',$bootiso->getPrebootID()));
$bootiso->setGroupID(preg_replace("!^\[[0-9]+\]\s!",'',$bootiso->getGroupID()));
} ?>
<div class='title'>[<?php echo $this->escape($bootiso->getPreBootTypeID()); ?>] <?php echo $this->escape($bootiso->getTitle()); ?></div>
@@ -89,8 +88,6 @@
<label>Serialnumber</label>
<div class='item'><?php echo $this->escape($bootiso->getSerialnumber()); ?></div>
<?php endif; ?>
- <label>PrebootID</label>
- <div class='item'><?php echo $this->escape($bootiso->getPrebootID()); ?></div>
<label>Changed</label>
<div class='item'><?php echo $this->escape($bootiso->getCreated()); ?></div>
<label>Expires</label>