diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-15 15:45:59 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-15 15:45:59 +0000 |
commit | 84b59e1ef137295087c009797970b8cd775f1369 (patch) | |
tree | 45e9b4b830e26804a6c36503c2a59e59b99b794a | |
parent | aa7325f47403aa77e12d367b042e047d52928f57 (diff) |
fix column discrepencies in DM/SDM admin report tables
-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> |