diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-13 08:50:15 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-13 08:50:15 -0700 |
commit | 475abdfcbaa5609ccbc480afa2ab1670574387fd (patch) | |
tree | 185c6e22929efc13fcb2f70f5596990afe718080 /template/en/default/pages | |
parent | d3259eebfeb070e2f67094060d4926e2e1e649a3 (diff) | |
download | bugs-475abdfcbaa5609ccbc480afa2ab1670574387fd.tar bugs-475abdfcbaa5609ccbc480afa2ab1670574387fd.tar.gz bugs-475abdfcbaa5609ccbc480afa2ab1670574387fd.tar.bz2 bugs-475abdfcbaa5609ccbc480afa2ab1670574387fd.tar.xz bugs-475abdfcbaa5609ccbc480afa2ab1670574387fd.zip |
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.tmpl | 7 |
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> |