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/bootmenu | |
| 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/bootmenu')
| -rw-r--r-- | application/modules/user/views/scripts/bootmenu/index.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index b580237..01842c1 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -18,7 +18,7 @@ <tr class=entry> <td><?php echo $this->escape($bootmenu->getID()); ?></td> <td><?php echo $this->escape($bootmenu->getTitle()); ?></td> - <td><?php echo $this->escape(date('Y-m-d H:i:s', $bootmenu->getCreated())); ?></td> + <td><?php echo $this->escape($bootmenu->getCreated()); ?></td> <td class='action'><a href="<?php echo $this->url( array( 'module' => 'user', @@ -65,7 +65,7 @@ <th>kcl</th> <th>kclappend</th> <th>Config</th> - <th>Position</th> +<!-- <th>Position</th>--> <th colspan=2>Actions</th> </tr> @@ -89,9 +89,9 @@ <td><?php echo $this->escape($bootmenuentry->getBootosID()) ?></td> <td><?php echo $this->escape($bootmenuentry->getKcl()); ?></td> <td><?php echo $this->escape($bootmenuentry->getKclappend()); ?></td> - <td><?php echo $this->escape($bootmenuentry->getConfigID()) ?></td> + <td><?php echo $this->escape($bootmenuentry->getConfigID()) ?></td><!-- <td><?php echo $this->escape($bootmenuentry->getOrder() + 1); ?></td> - <td class='action'><a href="<?php echo $this->url( + --><td class='action'><a href="<?php echo $this->url( array( 'module' => 'user', 'controller' => 'bootmenu', |
