From 559f89582199e4ca531398a5cadd03632526d525 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 7 Jan 2009 21:22:08 +0000 Subject: Bug 450403: Add ability to view comments via the web service (Bug.comments) Patch By Max Kanat-Alexander r=dkl, a=mkanat --- template/en/default/global/code-error.html.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 37e052f81..da8f902d4 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -345,6 +345,12 @@ a [% param FILTER html %] argument, and that argument was not set. + [% ELSIF error == "params_required" %] + [% title = "Missing Parameter" %] + The function [% function FILTER html %] requires + that you set one of the following parameters: + [% params.join(', ') FILTER html %] + [% ELSIF error == "product_empty_group_controls" %] [% title = "Missing Group Controls" %] New settings must be defined to edit group controls for -- cgit v1.2.3-24-g4f1b