diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-06 16:47:01 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-09 15:41:10 +0100 |
commit | dedfd16f760a7a410d502b6a9a93637bb8c6aad2 (patch) | |
tree | 47a554933a0a612d35468473c09fd4d4ea8b2f7a /templates | |
parent | fd57174663e65d10fcb968d9ebd570ad119a80ad (diff) |
[Zurich] Add missing column title for superusers
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/reports.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/reports.html b/templates/web/zurich/admin/reports.html index b0bc733c4..68f98c44a 100644 --- a/templates/web/zurich/admin/reports.html +++ b/templates/web/zurich/admin/reports.html @@ -13,6 +13,7 @@ [% FOREACH col IN [ [ 'category', loc('Category') ], [ 'created', loc('Submitted') ], [ 'lastupdate', loc('Updated') ], [ 'state', loc('Status') ] ] %] <th><a href="[% INCLUDE sort_link choice = col.0 %]">[% col.1 %] [% INCLUDE sort_arrow choice = col.0 %]</a></th> [% END %] + <th>[% loc('Photo') %]</th> <th class='edit'>*</th> </tr> [% INCLUDE 'admin/problem_row.html' %] |