From 12b3b674e4dac42707c39ce2389907f2e4e6a74c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 14 Jul 2006 01:00:40 +0000 Subject: Bug 94534: Customised resolutions - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/fieldvalues/confirm-delete.html.tmpl | 4 +-- .../en/default/admin/fieldvalues/edit.html.tmpl | 11 ++++-- .../en/default/admin/fieldvalues/list.html.tmpl | 39 +++++++++++++++++----- template/en/default/bug/activity/table.html.tmpl | 4 +-- template/en/default/bug/edit.html.tmpl | 2 +- template/en/default/bug/knob.html.tmpl | 4 +-- template/en/default/bug/show-multiple.html.tmpl | 2 +- template/en/default/email/whine.txt.tmpl | 2 +- template/en/default/global/field-descs.none.tmpl | 2 ++ template/en/default/global/user-error.html.tmpl | 10 ++++++ template/en/default/list/edit-multiple.html.tmpl | 4 +-- template/en/default/list/table.html.tmpl | 2 +- template/en/default/pages/fields.html.tmpl | 12 +++---- template/en/default/reports/report-bar.png.tmpl | 4 +-- template/en/default/reports/report-line.png.tmpl | 4 +-- template/en/default/reports/report-pie.png.tmpl | 2 +- template/en/default/reports/report-table.csv.tmpl | 4 +-- template/en/default/reports/report-table.html.tmpl | 4 +-- template/en/default/search/form.html.tmpl | 7 ++-- template/en/default/whine/mail.html.tmpl | 2 +- template/en/default/whine/mail.txt.tmpl | 2 +- 21 files changed, 84 insertions(+), 43 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl index 317f1f4b3..d29c124d6 100644 --- a/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl +++ b/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl @@ -61,13 +61,13 @@

Confirmation

-[% IF (Param(param_name) == value) || bug_count || (value_count == 1) %] +[% IF (param_name.defined && Param(param_name) == value) || bug_count || (value_count == 1) %]

Sorry, but the '[% value FILTER html %]' value cannot be deleted from the '[% field FILTER html %]' field for the following reason(s):