diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-23 13:57:48 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-23 13:57:48 +0000 |
commit | 3567a4899d2ae84a4f3f8e49eb424731045b3f86 (patch) | |
tree | c69f3da83dd6b373f899f04354b46eef81197146 | |
parent | 00663dc1bed13a586ed4555086463f51be38ed4e (diff) |
indicate if there is any extra data associated with the report
-rw-r--r-- | templates/web/default/admin/report_edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/default/admin/report_edit.html b/templates/web/default/admin/report_edit.html index cbba1b3b0..9ef7e8248 100644 --- a/templates/web/default/admin/report_edit.html +++ b/templates/web/default/admin/report_edit.html @@ -37,6 +37,7 @@ <li>[% loc('Service:') %] [% problem.service %]</li> <li>[% loc('Cobrand:') %] [% problem.cobrand %]</li> <li>[% loc('Cobrand data:') %] [% problem.cobrand_data %]</li> +<li>[% loc('Extra data:') %] [% problem.extra ? 'Yes' : 'No' %]</li> <li>[% loc('Going to send questionnaire?') %] [% IF problem.send_questionnaire %][% loc('Yes') %][% ELSE %][% loc('No') %][% END %]</li> <li><label for="flagged">[% loc('Flagged:') %]</label> <input type="checkbox" name="flagged"[% ' checked' IF problem.flagged %]></li> |