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/preboot | |
| 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/preboot')
| -rw-r--r-- | application/modules/user/views/scripts/preboot/index.phtml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/application/modules/user/views/scripts/preboot/index.phtml b/application/modules/user/views/scripts/preboot/index.phtml index 295f1ca..f1829e1 100644 --- a/application/modules/user/views/scripts/preboot/index.phtml +++ b/application/modules/user/views/scripts/preboot/index.phtml @@ -12,8 +12,6 @@ <tr> <th>ID <span class='code'>prebootID</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>Preboot Path <span class='code'>path_preboot</span></th> <th colspan=3>Actions</th> </tr> @@ -22,9 +20,7 @@ <?php foreach ($this->prebootlist as $preboot): ?> <tr class=entry> <td><?php echo $this->escape($preboot->getID()); ?></td> - <td><?php echo $this->escape($preboot->getTitle()); ?></td> - <td><?php echo $this->escape($preboot->getGroupID()); ?></td> - <td><?php echo $this->escape($preboot->getMembershipID()); ?></td> + <td><?php echo $this->escape($preboot->getTitle()); ?></td> <td><?php echo $this->escape($preboot->getPath_preboot()); ?></td> <?php if($this->update[$preboot->getID()]==true): ?> <td class='action'><a href="<?php echo $this->url( |
