From 7d49572502f78d54ba400392d78da146f401f5a4 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 17 Oct 2002 06:09:26 +0000 Subject: Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz. --- template/en/default/global/code-error.html.tmpl | 21 +++++++++++++++++++++ template/en/default/global/user-error.html.tmpl | 7 +++++++ 2 files changed, 28 insertions(+) (limited to 'template') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 15db7d125..beca23562 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -48,10 +48,31 @@ Attachment #[% attachid FILTER html %] ([% description FILTER html %]) is already obsolete. + [% ELSIF error == "chart_data_not_generated" %] + The tool which gathers bug counts has not been run yet. + + [% ELSIF error == "chart_datafile_corrupt" %] + The chart data file [% file FILTER html %] is corrupt. + + [% ELSIF error == "chart_dir_nonexistent" %] + One of the directories [% dir FILTER html %] and + [% graphdir FILTER html %] does not exist. + + [% ELSIF error == "chart_file_open_fail" %] + Unable to open the chart datafile [% filename FILTER html %]. + + [% ELSIF error == "chart_lines_not_installed" %] + Charts will not work without the Chart::Lines Perl module being installed. + Run checksetup.pl for installation instructions. + [% ELSIF error == "field_type_mismatch" %] Cannot seem to handle [% field %] and [% type %] together. + [% ELSIF error == "gd_not_installed" %] + Charts will not work without the GD Perl module being installed. + Run checksetup.pl for installation instructions. + [% ELSIF error == "group_bit_invalid" %] One of the group bits submitted was invalid. diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 29cb3c901..0c964b190 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -234,6 +234,9 @@ The name of your query cannot contain any of the following characters: <, >, &. + [% ELSIF error == "insufficient_data_points" %] + We don't have enough data points to make a graph (yet). + [% ELSIF error == "insufficient_privs_for_multi" %] [% title = "Insufficient Privileges" %] Sorry, you do not have sufficient privileges to edit multiple bugs. @@ -318,6 +321,10 @@ the results of your last search. I'm afraid you will have to start again on the search page. + [% ELSIF error == "missing_datasets" %] + [% title = "No Datasets Selected" %] + You must specify one or more datasets to plot. + [% ELSIF error == "missing_email_type" %] [% title = "Your Query Makes No Sense" %] You must specify one or more fields in which to search for -- cgit v1.2.3-24-g4f1b