From: Matt Selsky Date: Mon, 5 Dec 2011 18:58:12 +0000 (+0100) Subject: Bug 577854: URL field header caption does not link to field value description (confus... X-Git-Tag: bugzilla-4.2rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea02384f5c8c226c3eeea27513365f2f2f11e745;p=thirdparty%2Fbugzilla.git Bug 577854: URL field header caption does not link to field value description (confusingly links to actual URL) r/a=mkanat --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ab150dd31e..bdee838066 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -556,15 +556,11 @@ [%############################################################################%] [% BLOCK section_url_keyword_whiteboard %] - - : - + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.bug_file_loc + editable = 1 + accesskey = "u" + %] [% IF bug.check_can_change_field("bug_file_loc", 0, 1) %] diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl index fe3bed75b5..ecb49318ea 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 . # 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 %] -