diff options
Diffstat (limited to 'templates/web/zurich/admin/index-dm.html')
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html index e4676b811..cfe8a4971 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -18,14 +18,16 @@ <table cellspacing="0" cellpadding="2" border="1" class="admin"> <tr> <th>[% loc('ID') %]</th> - <th>[% loc('Title') %]</th> - <th>[% loc('State') %]</th> + <th>[% loc('Description') %]</th> <th>[% loc('Category') %]</th> - <th>[% loc('Created') %]</th> + <th>[% loc('Submitted') %]</th> + <th>[% loc('Updated') %]</th> + <th>[% loc('Status') %]</th> + <th>[% loc('Subdivision') %]</th> <th>*</th> </tr> <tr class="filter-row"> - <td colspan="6"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> + <td colspan="9"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> </tr> [% INCLUDE 'admin/problem_row.html' %] </table> |