summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootos
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/bootos')
-rw-r--r--application/modules/user/views/scripts/bootos/index.phtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml
index a678cef..0ea8f77 100644
--- a/application/modules/user/views/scripts/bootos/index.phtml
+++ b/application/modules/user/views/scripts/bootos/index.phtml
@@ -14,7 +14,6 @@
<th>ID <span class='code'>bootosID</span></th>
<th>Title <span class='code'>title</span></th>
<th>GroupID <span class='code'>groupID</span></th>
- <th>MembershipID <span class='code'>membershipID</span></th>
<th>ConfigID <span class='code'>configID</span></th>
<th>Init <span class='code'>init</span></th>
<th>Kernel <span class='code'>kernel</span></th>
@@ -32,13 +31,12 @@
<td><?php echo $this->escape($bootos->getID()); ?></td>
<td><?php echo $this->escape($bootos->getTitle()); ?></td>
<td><?php echo $this->escape($bootos->getGroupID()); ?></td>
- <td><?php echo $this->escape($bootos->getMembershipID()); ?></td>
<td><?php echo $this->escape($bootos->getConfigID()); ?></td>
<td><?php echo $this->escape($bootos->getPath_init()); ?></td>
<td><?php echo $this->escape($bootos->getPath_kernel()); ?></td>
<td><?php echo $this->escape($bootos->getDefaultkcl()); ?></td>
<td><?php echo $this->escape($bootos->getDescription()); ?></td>
- <td><?php echo $this->escape(date('Y-m-d H:i:s', $bootos->getCreated())); ?></td>
+ <td><?php echo $this->escape($bootos->getCreated()); ?></td>
<td><?php echo $this->escape($bootos->getExpires()); ?></td>
<td><?php echo $this->escape($bootos->getPublic()); ?></td>
<?php if($this->update[$bootos->getID()]==true): ?>