From 629f2c959658c50ec2f4790b80bfe5ff30e3cd82 Mon Sep 17 00:00:00 2001 From: rojanu Date: Thu, 17 May 2012 01:22:41 +0200 Subject: Bug 728138: Custom fields should have a "Long Description" attribute to better understand what they are used for r/a=LpSolit --- template/en/default/global/user-error.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index eb77420f0..5d862aa9f 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -491,6 +491,11 @@ [% title = "Missing Description for Field" %] You must enter a description for this field. + [% ELSIF error == "field_long_desc_too_long" %] + [% title = "Long Description for Field too long" %] + The long description you have provided for this field is longer than + [% constants.MAX_FIELD_LONG_DESC_LENGTH FILTER html %] characters. + [% ELSIF error == "field_missing_name" %] [% title = "Missing Name for Field" %] You must enter a name for this field. -- cgit v1.2.3-24-g4f1b