summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field-label.html.tmpl
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2011-12-05 19:58:12 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2011-12-05 19:58:12 +0100
commitea02384f5c8c226c3eeea27513365f2f2f11e745 (patch)
tree48d7e7ab24d9dd8c981fc9a7cefd54a39c85d179 /template/en/default/bug/field-label.html.tmpl
parenta6d120fa5359e423f855a04bbb698c2043eb2e0d (diff)
downloadbugzilla-ea02384f5c8c226c3eeea27513365f2f2f11e745.tar.gz
bugzilla-ea02384f5c8c226c3eeea27513365f2f2f11e745.tar.xz
Bug 577854: URL field header caption does not link to field value description (confusingly links to actual URL)
r/a=mkanat
Diffstat (limited to 'template/en/default/bug/field-label.html.tmpl')
-rw-r--r--template/en/default/bug/field-label.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl
index fe3bed75b..ecb49318e 100644
--- a/template/en/default/bug/field-label.html.tmpl
+++ b/template/en/default/bug/field-label.html.tmpl
@@ -24,6 +24,7 @@
# hidden: True if the field label should start hidden.
# rowspan: a "rowspan" value for the label's <th>.
# tag_name: the tag to use to surround the label
+ # accesskey: access key for the label
#%]
[% DEFAULT tag_name = "th" %]
@@ -33,7 +34,7 @@
[% IF rowspan %] rowspan="[% rowspan FILTER html %]"[% END %]>
[% IF editable %]
- <label for="[% field.name FILTER html %]">
+ <label for="[% field.name FILTER html %]"[% IF accesskey %] accesskey="[% accesskey FILTER html %]"[% END %]>
[% END %]
<a