summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/filter/index.phtml
diff options
context:
space:
mode:
authorSimon2011-04-05 17:42:11 +0200
committerSimon2011-04-05 17:42:11 +0200
commitc1c862b8d5206155fc116ce2fbaf9a759fc4f44c (patch)
tree5c2b99bce5f0179a9698ed963dc0251255dddd9c /application/modules/user/views/scripts/filter/index.phtml
parentrecht für superadmin vergessen (diff)
downloadpbs2-c1c862b8d5206155fc116ce2fbaf9a759fc4f44c.tar.gz
pbs2-c1c862b8d5206155fc116ce2fbaf9a759fc4f44c.tar.xz
pbs2-c1c862b8d5206155fc116ce2fbaf9a759fc4f44c.zip
globales Datumsformat
Diffstat (limited to 'application/modules/user/views/scripts/filter/index.phtml')
-rw-r--r--application/modules/user/views/scripts/filter/index.phtml2
1 files changed, 2 insertions, 0 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',