# 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") %]
[% 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 %]
<option value=""></option>
[% 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 %]
>
value => cgi.param('requester')
size => 20
emptyok => 1
- title => "Requester's email address"
+ field_title => "Requester's email address"
%]
</td>
<th>Product:</th>
size => 20
emptyok => 1
hyphenok => 1
- title => "Requestee's email address or "-" (hyphen) for requests with no requestee"
+ field_title => "Requestee's email address or \"-\" (hyphen) for requests with no requestee"
%]
</td>
<th>Component:</th>