Change participant selection widget to use similar options to infolog delegation (account_type=both tags=true multiple=true)

This commit is contained in:
Nathan Gray 2014-04-07 17:01:10 +00:00
parent 89fa0b435c
commit 0ff14b14fa

View File

@ -56,7 +56,7 @@
<row class="row optional" disabled="@no_add"> <row class="row optional" disabled="@no_add">
<vbox options="0,0" span="2"> <vbox options="0,0" span="2">
<menulist> <menulist>
<menupopup type="select-account" statustext="User or group" id="account" empty_label="User or group" expand_multiple_rows="10" options=",calendar+"/> <menupopup type="select-account" statustext="User or group" id="account" empty_label="User or group" multiple="true" no_lang="true" tags="true" account_type="both"/>
</menulist> </menulist>
<link-entry id="resource" options="@cal_resources"/> <link-entry id="resource" options="@cal_resources"/>
</vbox> </vbox>