From 89222752d44a4c99e6b901e95adf9e613d705815 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 19 Oct 2005 04:12:45 +0000 Subject: Bug 141593 You can add/remove dependencies on bugs you can't see Patch by Joel Peshkin r=lpsolit, a=justdave --- template/en/default/global/user-error.html.tmpl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8646100da..09f3d6e8a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -524,8 +524,13 @@ [% title = "Not allowed" %] You tried to change the [% field_descs.$field FILTER html %] field - from [% oldvalue FILTER html %] to - [% newvalue FILTER html %], but only + [% IF oldvalue %] + from [% oldvalue FILTER html %] + [% END %] + [% IF newvalue %] + to [% newvalue FILTER html %] + [% END %] + , but only [% IF privs < 3 %] the assignee [% IF privs < 2 %] or reporter [% END %] -- cgit v1.2.3-24-g4f1b