From 91986ae4f25eed69862b8d0b5f176e84339c6052 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 11 Aug 2006 00:53:07 +0000 Subject: Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander r=bkor, a=myk --- template/en/default/global/code-error.html.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'template/en/default/global') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index f64cf6411..9d039a07c 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -294,6 +294,12 @@ Invalid parameter passed to [% function FILTER html %]. It must be numeric. + [% ELSIF error == "param_required" %] + [% title = "Missing Parameter" %] + The function [% function FILTER html %] requires + a [% param FILTER html %] argument, and that + argument was not set. + [% ELSIF error == "unknown_comparison_type" %] Specified comparison type is not supported. -- cgit v1.2.3-24-g4f1b