summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-13 17:50:15 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-13 17:50:15 +0200
commit475abdfcbaa5609ccbc480afa2ab1670574387fd (patch)
tree185c6e22929efc13fcb2f70f5596990afe718080 /template/en/default/pages
parentd3259eebfeb070e2f67094060d4926e2e1e649a3 (diff)
downloadbugzilla-475abdfcbaa5609ccbc480afa2ab1670574387fd.tar.gz
bugzilla-475abdfcbaa5609ccbc480afa2ab1670574387fd.tar.xz
Bug 555850: Make fields.html help on enter_bug happen when the user hovers
over the fields r=timello, a=mkanat
Diffstat (limited to 'template/en/default/pages')
-rw-r--r--template/en/default/pages/fields.html.tmpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index bb1deb8ed..b3583b568 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -267,12 +267,7 @@
<dt id="[% field FILTER html %]">[% field_desc FILTER html %]</dt>
<dd>
[% SET help_text = field_help_map.${field_desc}.help %]
- [% IF help_text %]
- [% help_text FILTER none %]
- [% ELSE %]
- A custom [% field_types.${field_object.type} FILTER html %] field in
- this installation of [% terms.Bugzilla %].
- [% END %]
+ [% help_text FILTER none %]
</dd>
[% END %]
</dl>