diff options
author | mkanat%bugzilla.org <> | 2009-12-13 22:06:55 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-13 22:06:55 +0100 |
commit | 2ac2b7ecd0f851d1148cb513072fc4017613fe2d (patch) | |
tree | 326809e858bdcc065c87d4e18ec213d872ab6d12 /template/en/default/global/user-error.html.tmpl | |
parent | 9d11a0d5090509137c1e94942159dcfe59fc61d9 (diff) | |
download | bugzilla-2ac2b7ecd0f851d1148cb513072fc4017613fe2d.tar.gz bugzilla-2ac2b7ecd0f851d1148cb513072fc4017613fe2d.tar.xz |
Bug 502683: Ability to get attachments by ID in the WebService
Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 1d72fbd71..b40ff26b4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -160,7 +160,11 @@ [% IF object == "administrative_pages" %] administrative pages [% ELSIF object == "attachment" %] - this attachment + [% IF attach_id %] + attachment #[% attach_id FILTER html %] + [% ELSE %] + this attachment + [% END %] [% ELSIF object == "bugs" %] [%+ terms.bugs %] [% ELSIF object == "charts" %] |