summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-28 23:11:52 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-28 23:11:52 +0200
commit4171915f91c84d28cae2359db119f9df2fcb77e0 (patch)
tree363e243f9b07d641185c8c9e29b7e916ad6fea63 /template/en/default/bug/field.html.tmpl
parentd38d00a4acf07d8ba73505ef5a03741867a0362e (diff)
downloadbugzilla-4171915f91c84d28cae2359db119f9df2fcb77e0.tar.gz
bugzilla-4171915f91c84d28cae2359db119f9df2fcb77e0.tar.xz
Bug 490766: Link all field labels on enter_bug.cgi to their description
on fields.html r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/bug/field.html.tmpl')
-rw-r--r--template/en/default/bug/field.html.tmpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index 2f1ad35ca..0656996bd 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -54,11 +54,10 @@
[% END %]
[% IF desc_url %]
<a href="[% desc_url FILTER html %]">
- [% ELSIF !field.custom %]
+ [% ELSE %]
<a href="page.cgi?id=fields.html#[% field.name FILTER url_quote %]">
- [% END -%]
- [% field_descs.${field.name} FILTER html %]:
- [%- '</a>' IF (!field.custom || desc_url) %]
+ [% END %]
+ [%- field_descs.${field.name} FILTER html %]:</a>
[% '</label>' IF editable %]
</th>
[% END %]