summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field.html.tmpl
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/bug/field.html.tmpl
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/bug/field.html.tmpl')
-rw-r--r--template/en/default/bug/field.html.tmpl14
1 files changed, 1 insertions, 13 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index 0656996bd..211f16b8e 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -47,19 +47,7 @@
[% END %]
[% IF NOT no_tds %]
- <th class="field_label [% ' bz_hidden_field' IF hidden %]"
- id="field_label_[% field.name FILTER html %]">
- [% IF editable %]
- <label for="[% field.name FILTER html %]">
- [% END %]
- [% IF desc_url %]
- <a href="[% desc_url FILTER html %]">
- [% ELSE %]
- <a href="page.cgi?id=fields.html#[% field.name FILTER url_quote %]">
- [% END %]
- [%- field_descs.${field.name} FILTER html %]:</a>
- [% '</label>' IF editable %]
- </th>
+ [% PROCESS "bug/field-label.html.tmpl" %]
[% END %]
[% IF NOT no_tds %]