diff options
author | bugreport%peshkin.net <> | 2005-02-21 02:15:13 +0100 |
---|---|---|
committer | bugreport%peshkin.net <> | 2005-02-21 02:15:13 +0100 |
commit | b6ddaf9809207f52a5f2ccefbb323eb92c887c8a (patch) | |
tree | 4894b4087d86dd0e2180f96a1e20f2cbd63a853d /template | |
parent | 30a52319c024fefb2b4e4aa7bd974e4af7af30cd (diff) | |
download | bugzilla-b6ddaf9809207f52a5f2ccefbb323eb92c887c8a.tar.gz bugzilla-b6ddaf9809207f52a5f2ccefbb323eb92c887c8a.tar.xz |
Bug 282790: Warn if name for a stored query exceeds maximum length
patch by LpSolit
r=mkanat,a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ac2cba6d3..55c796924 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -862,6 +862,10 @@ [% title = "No Search Name Specified" %] You must enter a name for your search. + [% ELSIF error == "query_name_too_long" %] + [% title = "Query Name Too Long" %] + The name of the query must be less than 64 characters long. + [% ELSIF error == "quips_disabled" %] [% title = "Quips Disabled" %] Quips are disabled. |