Daniel Hood
Well-known member
In the template: "helper_thread_search_criteria"
changing
to
would make it so that the batch update threads page autocompleted the username as you were typing.
changing
Code:
<xen:textboxunit label="{xen:phrase created_by}:" name="criteria[username]" value="{$criteria.username}" />
Code:
<xen:textboxunit label="{xen:phrase created_by}:" name="criteria[username]" inputclass="AutoComplete AcSingle" value="{$criteria.username}" />
would make it so that the batch update threads page autocompleted the username as you were typing.
Upvote
3