diff options
Diffstat (limited to 'application/modules/user/views/scripts')
| -rw-r--r-- | application/modules/user/views/scripts/filter/index.phtml | 2 | ||||
| -rw-r--r-- | application/modules/user/views/scripts/session/index.phtml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/filter/index.phtml b/application/modules/user/views/scripts/filter/index.phtml index 7f8bad8..aa615e4 100644 --- a/application/modules/user/views/scripts/filter/index.phtml +++ b/application/modules/user/views/scripts/filter/index.phtml @@ -13,6 +13,7 @@ <th>Description <span class='code'>description</span></th> <th>Priority <span class='code'>priority</span></th> <th>TargetBootMenu <span class='code'>bootmenuID</span></th> + <th>Created <span class='code'>created</span></th> <th colspan=3>Actions</th> </tr> <?php foreach ($this->filters as $filter): ?> @@ -22,6 +23,7 @@ <td><?php echo $this->escape($filter->Description) ?></td> <td><?php echo $this->escape($filter->priority) ?></td> <td><?php echo $this->escape($filter->bootmenuID) ?></td> + <td><?php echo $this->escape($filter->created) ?></td> <td class='action'><a href="<?php echo $this->url( array( 'module' => 'user', diff --git a/application/modules/user/views/scripts/session/index.phtml b/application/modules/user/views/scripts/session/index.phtml index bb9f1e2..32c8e04 100644 --- a/application/modules/user/views/scripts/session/index.phtml +++ b/application/modules/user/views/scripts/session/index.phtml @@ -22,7 +22,7 @@ <td><?php echo $this->escape($session->getBootosID()) ?></td> <td><?php echo $this->escape($session->getBootisoID()) ?></td> <td><?php echo $this->escape($session->getMembershipID()) ?></td> - <td><?php echo date('d.m.Y H:i',$this->escape($session->getTime())) ?></td> + <td><?php echo $this->escape($session->getTime()) ?></td> <td><?php echo $this->escape($session->getIp()) ?></td> <td><?php echo $this->escape($session->getIp6()) ?></td> </tr> |
