From 2230afc9fb94b3dc36fab966f7621ca1deea24ab Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sun, 10 Nov 2002 10:50:34 +0000 Subject: Bug 176599, Improve performance of duplicates.cgi original patch iteration by gerv, change to use Bugzilla:Search by me r=myk, a=justdave --- template/en/default/global/user-error.html.tmpl | 5 +++++ template/en/default/reports/duplicates.html.tmpl | 4 ++-- 2 files 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 d08c96c4b..421e396ca 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -276,6 +276,11 @@ is either application, audio, image, message, model, multipart, text, or video. + [% ELSIF error == "invalid_maxrow" %] + [% title = "Invalid Max Rows" %] + The maximum number of rows, '[% maxrows FILTER html %]', must be a positive + integer. + [% ELSIF error == "invalid_product_name" %] [% title = "Invalid Product Name" %] The product name '[% product FILTER html %]' is invalid or does not exist. diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index 531196eb8..bb2a3a10c 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -80,8 +80,8 @@ -- cgit v1.2.3-24-g4f1b