summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-04-18 00:27:38 +0200
committermkanat%bugzilla.org <>2009-04-18 00:27:38 +0200
commit14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12 (patch)
tree9b6002f391a0bba98262272367ddd567793d1576 /template/en/default/pages
parent27d919b36377e25b74a5c46e8c5eec218c58be39 (diff)
downloadbugzilla-14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12.tar.gz
bugzilla-14b373c1b2a5182ed9ffa3a1bc8d8bf104311a12.tar.xz
Bug 482584: Add a parameter to hide the "See Also" field
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
Diffstat (limited to 'template/en/default/pages')
-rw-r--r--template/en/default/pages/fields.html.tmpl24
1 files changed, 13 insertions, 11 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index f5458de37..0125a55e9 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -315,16 +315,18 @@ When searching for [% terms.bugs %] that have been resolved or
verified, remember to set the status field appropriately.
</p>
-<h2><a name="see_also"></a>See Also</h2>
-
-<p>This allows you to refer to [% terms.bugs %] in other installations.
- You can enter a URL to a [%+ terms.bug %] in the "Add [% terms.Bug %] URLs"
- field to note that that [% terms.bug %] is related to this one. You can
- enter multiple URLs at once by separating them with a comma.</p>
-
-<p>You should normally use this field to refer to [% terms.bugs %] in
- <em>other</em> installations. For [% terms.bugs %] in this
- installation, it is better to use the "Depends On" and "Blocks"
- fields.</p>
+[% IF Param("use_see_also") %]
+ <h2><a name="see_also"></a>See Also</h2>
+
+ <p>This allows you to refer to [% terms.bugs %] in other installations.
+ You can enter a URL to a [%+ terms.bug %] in the "Add [% terms.Bug %] URLs"
+ field to note that that [% terms.bug %] is related to this one. You can
+ enter multiple URLs at once by separating them with a comma.</p>
+
+ <p>You should normally use this field to refer to [% terms.bugs %] in
+ <em>other</em> installations. For [% terms.bugs %] in this
+ installation, it is better to use the "Depends On" and "Blocks"
+ fields.</p>
+[% END %]
[% INCLUDE global/footer.html.tmpl %]