From 2e6c635d3fb541baa8ed376c2c09a99bc6844dcb Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Mon, 9 Dec 2002 07:57:17 +0000 Subject: Bug 159627 quips should be editable and deleteable using the web interface patch by burnus r=timeless,a=justdave --- 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 af72873c4..0d43b62a5 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -371,7 +371,7 @@ [% ELSIF error == "need_quip" %] [% title = "Quip Required" %] Please enter a quip in the text field. - + [% ELSIF error == "new_password_missing" %] [% title = "New Password Missing" %] You must enter a new password. @@ -480,6 +480,10 @@ [% title = "Quips Disabled" %] Quips are disabled. + [% ELSIF error == "quips_edit_denied" %] + [% title = "Permission Denied" %] + You do not have permission to edit quips. + [% ELSIF error == "reassign_to_empty" %] [% title = "Illegal Reassignment" %] You cannot reassign to a bug to nobody. Unless you -- cgit v1.2.3-24-g4f1b