diff options
Diffstat (limited to 'templates/web/zurich')
-rw-r--r-- | templates/web/zurich/admin/index-dm.html | 2 | ||||
-rw-r--r-- | templates/web/zurich/admin/index-sdm.html | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/templates/web/zurich/admin/index-dm.html b/templates/web/zurich/admin/index-dm.html index 18842d6e5..1286861bc 100644 --- a/templates/web/zurich/admin/index-dm.html +++ b/templates/web/zurich/admin/index-dm.html @@ -27,7 +27,7 @@ <th>*</th> </tr> <tr class="filter-row"> - <td colspan="9"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> + <td colspan="8"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> </tr> [% INCLUDE 'admin/problem_row.html' %] </table> diff --git a/templates/web/zurich/admin/index-sdm.html b/templates/web/zurich/admin/index-sdm.html index 11276115a..cc6dc33a6 100644 --- a/templates/web/zurich/admin/index-sdm.html +++ b/templates/web/zurich/admin/index-sdm.html @@ -16,16 +16,17 @@ <table cellspacing="0" cellpadding="2" border="1"> <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> [% IF NOT no_edit %] <th>*</th> [% END %] </tr> <tr class="filter-row"> - <td colspan="6"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> + <td colspan="8"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td> </tr> [% INCLUDE 'admin/problem_row.html' %] </table> |