summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/filter/index.phtml
diff options
context:
space:
mode:
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',