From 641aaea98f5e0835109369ede7c0621527f8200a Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 25 Apr 2011 18:42:13 +0200 Subject: Bug 652405: All user fields (assignee, QA contact, Add CC) have the page title as the "title" attribute r=dkl a=LpSolit --- template/en/default/global/userselect.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/global/userselect.html.tmpl') diff --git a/template/en/default/global/userselect.html.tmpl b/template/en/default/global/userselect.html.tmpl index 9fd2df79d..600b21c13 100644 --- a/template/en/default/global/userselect.html.tmpl +++ b/template/en/default/global/userselect.html.tmpl @@ -29,7 +29,7 @@ # hyphenok: optional, select only; if true, prepend menu option for "-" to start of select # multiple: optional, do multiselect box, value is size (height) of box # custom_userlist: optional, specify a limited list of users to use - # title: optional, extra information to display as a tooltip + # field_title: optional, extra information to display as a tooltip #%] [% IF Param("usemenuforusers") %] @@ -40,7 +40,7 @@ [% IF disabled %] disabled="[% disabled FILTER html %]" [% END %] [% IF accesskey %] accesskey="[% accesskey FILTER html %]" [% END %] [% IF multiple %] multiple="multiple" size="[% multiple FILTER html %]" [% END %] - [% IF title %] title="[% title FILTER html %]" [% END %] + [% IF field_title %] title="[% field_title FILTER html %]" [% END %] > [% IF emptyok %] @@ -90,7 +90,7 @@ [% IF onchange %] onchange="[% onchange FILTER html %]" [% END %] [% IF disabled %] disabled="[% disabled FILTER html %]" [% END %] [% IF accesskey %] accesskey="[% accesskey FILTER html %]" [% END %] - [% IF title %] title="[% title FILTER html %]" [% END %] + [% IF field_title %] title="[% field_title FILTER html %]" [% END %] [% IF size %] size="[% size FILTER html %]" [% END %] [% IF id %] id="[% id FILTER html %]" [% END %] > -- cgit v1.2.3-24-g4f1b