From 01e6cf5c2d719e7890453b760b330c6ab2c94293 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Wed, 1 Sep 2010 20:31:22 -0300 Subject: Bug 549586: Allow the See Also field to take an integer or a local bugzilla url and treat them as a link to the local Bugzilla. r/a=mkanat --- template/en/default/global/user-error.html.tmpl | 4 ++++ 1 file changed, 4 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 f63092c96..75badeb6e 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1470,6 +1470,10 @@ field with the "[% search_descs.$operator FILTER html %]" ([% operator FILTER html %]) search type. + [% ELSIF error == 'see_also_self_reference' %] + You cannot put this [% terms.bug %] into its own + [%+ field_descs.see_also %] field. + [% ELSIF error == "series_already_exists" %] [% title = "Series Already Exists" %] [% docslinks = {'reporting.html' => 'Reporting'} %] -- cgit v1.2.3-24-g4f1b