mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
- Change cc from textbox to taglist-email
- Change responsible account_type from accounts (default) to both.
This commit is contained in:
parent
9dde3d9846
commit
5b362e4bf5
@ -113,8 +113,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<textbox id="info_cc" maxlength="254" class="et2_fullWidth inputFullWidth"/>
|
<taglist-email id="info_cc" class="et2_fullWidth inputFullWidth"/>
|
||||||
<buttononly label="Add from Addressbook" onclick="return app.infolog.add_email_from_ab(form::name('ab[id]'),form::name('info_cc'));" options="users"/>
|
|
||||||
</row>
|
</row>
|
||||||
<row class="hiddenRow">
|
<row class="hiddenRow">
|
||||||
<link-entry blur="Search" id="ab" options="addressbook-email" span="all" class="et2_fullWidth"/>
|
<link-entry blur="Search" id="ab" options="addressbook-email" span="all" class="et2_fullWidth"/>
|
||||||
@ -125,7 +124,7 @@
|
|||||||
<row class="row" valign="top">
|
<row class="row" valign="top">
|
||||||
<description value="Responsible" for="info_responsible"/>
|
<description value="Responsible" for="info_responsible"/>
|
||||||
<menulist>
|
<menulist>
|
||||||
<menupopup type="select-account" statustext="select a responsible user: a person you want to delegate this task" id="info_responsible" multiple="true" no_lang="1" tags="true" class="et2_fullWidth"/>
|
<menupopup type="select-account" statustext="select a responsible user: a person you want to delegate this task" id="info_responsible" multiple="true" no_lang="1" tags="true" class="et2_fullWidth" account_type="both"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
</row>
|
</row>
|
||||||
<row class="row" disabled="1">
|
<row class="row" disabled="1">
|
||||||
|
Loading…
Reference in New Issue
Block a user