Use new label-on-left class for cc & responsible

This commit is contained in:
nathan 2022-07-19 17:00:16 -06:00
parent 724c42aa6b
commit 3894d34132

View File

@ -83,22 +83,15 @@
<description value="Details" class="et2_fullWidth"/>
</row>
<row valign="top">
<grid>
<columns>
<column width="120"/>
<column width="250"/>
</columns>
<rows>
<row>
<description value="CC"/>
<taglist-email id="info_cc" class="et2_fullWidth"/>
</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>
<vbox>
<taglist-email id="info_cc" class="label-on-left" label="CC"/>
<taglist-account label="responsible"
statustext="select a responsible user: a person you want to delegate this task"
id="info_responsible" rows="6" multiple="true" no_lang="1"
class="label-on-left" account_type="both" empty_label="Select users or groups"
onchange="app.infolog.onchangeResponsible"/>
</vbox>
<description/>
<grid>
<columns>
@ -109,12 +102,15 @@
<row>
<description value="Category" for="info_cat"/>
<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>
</row>
<row >
<row>
<description value="Parent" font_style="1"/>
<link-entry id="info_id_parent" onchange="if(egw &amp;&amp; widget) { if(widget._oldValue) window.opener.egw.dataStoreUID(egw.appName+&quot;::&quot;+widget._oldValue,false);window.opener.egw.dataStoreUID(egw.appName+&quot;::&quot;+widget.getValue(),false);}" options="infolog" class="et2_fullWidth" query="app.infolog.parent_query" />
<link-entry id="info_id_parent"
onchange="if(egw &amp;&amp; widget) { if(widget._oldValue) window.opener.egw.dataStoreUID(egw.appName+&quot;::&quot;+widget._oldValue,false);window.opener.egw.dataStoreUID(egw.appName+&quot;::&quot;+widget.getValue(),false);}"
options="infolog" class="et2_fullWidth" query="app.infolog.parent_query"/>
</row>
<row class="row">
<description value="Priority" for="info_priority"/>
@ -124,7 +120,10 @@
</row>
<row>
<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 class="row">
<description value="Location" for="info_location"/>
@ -132,7 +131,9 @@
</row>
<row>
<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>
</rows>
</grid>