From ba702dcd7ac9b2e6c4d46ad21c7bfacfd6883189 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Wed, 20 Feb 2013 16:07:49 +0000 Subject: Add 4.0 branch --- template/en/default/global/userselect.html.tmpl | 50 +++++++++++++++++++------ 1 file changed, 38 insertions(+), 12 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 35075ef..1d03950 100644 --- a/template/en/default/global/userselect.html.tmpl +++ b/template/en/default/global/userselect.html.tmpl @@ -12,32 +12,42 @@ # # Contributor(s): Byron Jones # Frédéric Buclin + # Guy Pyrzak + # Reed Loden #%] [%# INTERFACE: # name: mandatory; field name # id: optional; field id # value: optional; default field value/selection + # classes: optional; an array of classes to be added # onchange: optional; onchange attribute value # disabled: optional; if true, the field is disabled # accesskey: optional, input only; accesskey attribute value # size: optional, input only; size attribute value - # emptyok: optional, select only; if true, prepend menu option to start of select + # emptyok: optional, select only; if true, prepend menu option for "" to start of select + # 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 + # field_title: optional, extra information to display as a tooltip #%] [% IF Param("usemenuforusers") %] [% ELSE %] - + [% IF feature_enabled('jsonrpc') && Param('ajax_user_autocompletion') && id %] +
+ [% END %] + + [% IF feature_enabled('jsonrpc') && Param('ajax_user_autocompletion') && id %] +
+
+ + [% END %] [% END %] - - -- cgit v1.2.1