From c1a8053e98fa659ffda19fae799423c1762dbd10 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 16 Jan 2005 21:36:02 +0000 Subject: Patch for bug 103636: Support specifying a date on which a bug is expected to be resolved; patch by Alexandre Michetti Manduca , r=jouni, a=myk. --- template/en/default/global/field-descs.none.tmpl | 1 + template/en/default/global/user-error.html.tmpl | 3 +++ 2 files changed, 4 insertions(+) (limited to 'template/en/default/global') diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl index e49db6b5b..a1a22d7e8 100644 --- a/template/en/default/global/field-descs.none.tmpl +++ b/template/en/default/global/field-descs.none.tmpl @@ -38,6 +38,7 @@ "component_id" => "Component ID", "component" => "Component", "creation_ts" => "$terms.Bug Creation time", + "deadline" => "Deadline", "delta_ts" => "Last Changed time", "dependson" => "Depends on", "dup_id" => "Duplicate", diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 6b922d0c2..7c6b40201 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -410,6 +410,9 @@ [% ELSIF error == "illegal_date" %] [% title = "Illegal Date" %] '[% date FILTER html %]' is not a legal date. + [% IF format %] + Please use the format '[% format FILTER html %]'. + [% END %] [% ELSIF error == "illegal_email_address" %] [% title = "Invalid Email Address" %] -- cgit v1.2.3-24-g4f1b