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,7 +215,8 @@
</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"
span="2"/>
<description for="duration" value="Duration" id="calendar_edit_duration"/> <description for="duration" value="Duration" id="calendar_edit_duration"/>
<menulist> <menulist>
<menupopup statustext="Duration of the meeting" id="duration" no_lang="1" <menupopup statustext="Duration of the meeting" id="duration" no_lang="1"
@ -225,9 +226,12 @@
</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"
statustext="Mark event as private to hide title and description"/>
<checkbox statustext="A non blocking event will not conflict with other events" label="non blocking"
id="non_blocking" options="1,0, ," span="2"/>
<hbox> <hbox>
<label for="priority" value="Priority"/> <label for="priority" value="Priority"/>
<menulist class="et2_fullWidth"> <menulist class="et2_fullWidth">
@ -265,7 +269,7 @@
</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"/>
@ -274,7 +278,8 @@
<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"
readonly="true"/>
</menulist> </menulist>
</hbox> </hbox>
</row> </row>