Calendar: Get some more space for 'Non blocking' and created user fields

This commit is contained in:
nathan 2022-11-07 08:17:26 -07:00
parent c2fd70cb11
commit ed50291ad4

View File

@ -215,27 +215,31 @@
</row> </row>
<row class="dialogHeader2"> <row class="dialogHeader2">
<description for="start" value="Start"/> <description for="start" value="Start"/>
<date-time id="start" needed="1" class="required" onchange="app.calendar.edit_start_change"/> <date-time id="start" needed="1" class="required" onchange="app.calendar.edit_start_change"
<description for="duration" value="Duration" id="calendar_edit_duration" /> span="2"/>
<menulist> <description for="duration" value="Duration" id="calendar_edit_duration"/>
<menulist>
<menupopup statustext="Duration of the meeting" id="duration" no_lang="1" <menupopup statustext="Duration of the meeting" id="duration" no_lang="1"
onchange="app.calendar.set_enddate_visibility" options="Use end date,,,,,,,false"/> onchange="app.calendar.set_enddate_visibility" options="Use end date,,,,,,,false"/>
</menulist> </menulist>
<date-time id="end" onchange="app.calendar.edit_update_participant" freeMinuteEntry="true"/> <date-time id="end" onchange="app.calendar.edit_update_participant" freeMinuteEntry="true"/>
</row> </row>
<row class="dialogHeader2"> <row class="dialogHeader2">
<label value="Options"/> <label value="Options"/>
<checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day" onchange="app.calendar.set_alarmOptions_WD"/> <checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day"
<checkbox label="Private" id="public" options="0,1" statustext="Mark event as private to hide title and description"/> onchange="app.calendar.set_alarmOptions_WD"/>
<checkbox statustext="A non blocking event will not conflict with other events" label="non blocking" id="non_blocking" options="1,0, ,"/> <checkbox label="Private" id="public" options="0,1"
<hbox> statustext="Mark event as private to hide title and description"/>
<label for="priority" value="Priority"/> <checkbox statustext="A non blocking event will not conflict with other events" label="non blocking"
<menulist class="et2_fullWidth"> id="non_blocking" options="1,0, ," span="2"/>
<menupopup type="select-priority" id="priority"/> <hbox>
</menulist> <label for="priority" value="Priority"/>
</hbox> <menulist class="et2_fullWidth">
<description/> <menupopup type="select-priority" id="priority"/>
</row> </menulist>
</hbox>
<description/>
</row>
<row class="dialogHeader3"> <row class="dialogHeader3">
<label for="location" value="Location"/> <label for="location" value="Location"/>
<hbox span="2"> <hbox span="2">
@ -264,20 +268,21 @@
</tabpanels> </tabpanels>
</tabbox> </tabbox>
</row> </row>
<row disabled="!@id" class="dialogOperators"> <row disabled="!@id" class="dialogOperators">
<hbox span="2"> <hbox span="4">
<date-time label="created" id="created" no_lang="1" readonly="true"/> <date-time label="created" id="created" no_lang="1" readonly="true"/>
<menulist> <menulist>
<menupopup label = "by" type="select-account" id="owner" readonly="true"/> <menupopup label="by" type="select-account" id="owner" readonly="true"/>
</menulist> </menulist>
</hbox> </hbox>
<hbox align="right"> <hbox align="right">
<date-time label="Updated" id="modified" no_lang="1" readonly="true"/> <date-time label="Updated" id="modified" no_lang="1" readonly="true"/>
<menulist> <menulist>
<menupopup type="select-account" label="by" class="et2_nowrap" id="modifier" align="right" readonly="true"/> <menupopup type="select-account" label="by" class="et2_nowrap" id="modifier" align="right"
</menulist> readonly="true"/>
</hbox> </menulist>
</row> </hbox>
</row>
</rows> </rows>
</grid> </grid>
<hbox class="dialogFooterToolbar"> <hbox class="dialogFooterToolbar">