mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
Use new label-on-left class for cc & responsible
This commit is contained in:
parent
724c42aa6b
commit
3894d34132
@ -83,22 +83,15 @@
|
|||||||
<description value="Details" class="et2_fullWidth"/>
|
<description value="Details" class="et2_fullWidth"/>
|
||||||
</row>
|
</row>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<grid>
|
<vbox>
|
||||||
<columns>
|
<taglist-email id="info_cc" class="label-on-left" label="CC"/>
|
||||||
<column width="120"/>
|
|
||||||
<column width="250"/>
|
<taglist-account label="responsible"
|
||||||
</columns>
|
statustext="select a responsible user: a person you want to delegate this task"
|
||||||
<rows>
|
id="info_responsible" rows="6" multiple="true" no_lang="1"
|
||||||
<row>
|
class="label-on-left" account_type="both" empty_label="Select users or groups"
|
||||||
<description value="CC"/>
|
onchange="app.infolog.onchangeResponsible"/>
|
||||||
<taglist-email id="info_cc" class="et2_fullWidth"/>
|
</vbox>
|
||||||
</row>
|
|
||||||
<row class="row" valign="top">
|
|
||||||
<description value="Responsible" for="info_responsible"/>
|
|
||||||
<taglist-account statustext="select a responsible user: a person you want to delegate this task" id="info_responsible" rows="6" multiple="true" no_lang="1" class="et2_fullWidth" account_type="both" empty_label="Select users or groups" onchange="app.infolog.onchangeResponsible"/>
|
|
||||||
</row>
|
|
||||||
</rows>
|
|
||||||
</grid>
|
|
||||||
<description/>
|
<description/>
|
||||||
<grid>
|
<grid>
|
||||||
<columns>
|
<columns>
|
||||||
@ -109,12 +102,15 @@
|
|||||||
<row>
|
<row>
|
||||||
<description value="Category" for="info_cat"/>
|
<description value="Category" for="info_cat"/>
|
||||||
<menulist class="et2_fullWidth">
|
<menulist class="et2_fullWidth">
|
||||||
<menupopup type="select-cat" statustext="select a category for this entry" id="info_cat" options="None"/>
|
<menupopup type="select-cat" statustext="select a category for this entry"
|
||||||
|
id="info_cat" options="None"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
</row>
|
</row>
|
||||||
<row >
|
<row>
|
||||||
<description value="Parent" font_style="1"/>
|
<description value="Parent" font_style="1"/>
|
||||||
<link-entry id="info_id_parent" onchange="if(egw && widget) { if(widget._oldValue) window.opener.egw.dataStoreUID(egw.appName+"::"+widget._oldValue,false);window.opener.egw.dataStoreUID(egw.appName+"::"+widget.getValue(),false);}" options="infolog" class="et2_fullWidth" query="app.infolog.parent_query" />
|
<link-entry id="info_id_parent"
|
||||||
|
onchange="if(egw && widget) { if(widget._oldValue) window.opener.egw.dataStoreUID(egw.appName+"::"+widget._oldValue,false);window.opener.egw.dataStoreUID(egw.appName+"::"+widget.getValue(),false);}"
|
||||||
|
options="infolog" class="et2_fullWidth" query="app.infolog.parent_query"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<description value="Priority" for="info_priority"/>
|
<description value="Priority" for="info_priority"/>
|
||||||
@ -124,7 +120,10 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Date completed" for="info_datecompleted"/>
|
<description value="Date completed" for="info_datecompleted"/>
|
||||||
<date-time statustext="Date completed (leave it empty to have it automatic set if status is done or billed)" id="info_datecompleted" onchange="app.infolog.statusChanged" class="et2_fullWidth"/>
|
<date-time
|
||||||
|
statustext="Date completed (leave it empty to have it automatic set if status is done or billed)"
|
||||||
|
id="info_datecompleted" onchange="app.infolog.statusChanged"
|
||||||
|
class="et2_fullWidth"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row">
|
<row class="row">
|
||||||
<description value="Location" for="info_location"/>
|
<description value="Location" for="info_location"/>
|
||||||
@ -132,7 +131,9 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Private" for="info_access"/>
|
<description value="Private" for="info_access"/>
|
||||||
<checkbox statustext="should this entry only be visible to you and people you grant privat access via the ACL" id="info_access" options="private,public"/>
|
<checkbox
|
||||||
|
statustext="should this entry only be visible to you and people you grant privat access via the ACL"
|
||||||
|
id="info_access" options="private,public"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user