diff options
| author | michael pereira | 2011-04-05 19:33:19 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-05 19:33:19 +0200 |
| commit | 3a6c9972b59b11dc98b76ee51446d5568ef0f519 (patch) | |
| tree | b0b93ab6630b09c12a94e7e97fb5bd7783754fca /application/modules/user/views/scripts/bootos | |
| parent | Dates angepasst (diff) | |
| download | pbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.tar.gz pbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.tar.xz pbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.zip | |
Forms Rechte angepasst, Views angepasst
Diffstat (limited to 'application/modules/user/views/scripts/bootos')
| -rw-r--r-- | application/modules/user/views/scripts/bootos/index.phtml | 4 |
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): ?> |
