summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorTiago Mello <timello@gmail.com>2010-09-02 01:31:22 +0200
committerTiago Mello <timello@gmail.com>2010-09-02 01:31:22 +0200
commit01e6cf5c2d719e7890453b760b330c6ab2c94293 (patch)
treeea94b05bfb78288ac571e17b2232a28d2071e4a5 /template
parentcd51ea1922c051e9536c00cd97c5d18b39c1c023 (diff)
downloadbugzilla-01e6cf5c2d719e7890453b760b330c6ab2c94293.tar.gz
bugzilla-01e6cf5c2d719e7890453b760b330c6ab2c94293.tar.xz
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
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
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 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'} %]