From 2ac2b7ecd0f851d1148cb513072fc4017613fe2d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 13 Dec 2009 21:06:55 +0000 Subject: Bug 502683: Ability to get attachments by ID in the WebService Patch by Tiago Mello r=mkanat, a=mkanat --- template/en/default/global/user-error.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/user-error.html.tmpl') 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" %] -- cgit v1.2.3-24-g4f1b