diff options
Diffstat (limited to 'templates/web/zurich/admin/index-dm.html')
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html index 9916dc1b7..e4676b811 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -15,7 +15,7 @@ [% INCLUDE 'admin/footer.html' %] [% BLOCK list %] -<table cellspacing="0" cellpadding="2" border="1"> +<table cellspacing="0" cellpadding="2" border="1" class="admin"> <tr> <th>[% loc('ID') %]</th> <th>[% loc('Title') %]</th> @@ -24,6 +24,9 @@ <th>[% loc('Created') %]</th> <th>*</th> </tr> + <tr class="filter-row"> + <td colspan="6"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> + </tr> [% INCLUDE 'admin/problem_row.html' %] </table> [% END %] |