mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Calendar: Get some more space for 'Non blocking' and created user fields
This commit is contained in:
parent
c2fd70cb11
commit
ed50291ad4
@ -215,27 +215,31 @@
|
||||
</row>
|
||||
<row class="dialogHeader2">
|
||||
<description for="start" value="Start"/>
|
||||
<date-time id="start" needed="1" class="required" onchange="app.calendar.edit_start_change"/>
|
||||
<description for="duration" value="Duration" id="calendar_edit_duration" />
|
||||
<menulist>
|
||||
<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"/>
|
||||
<menulist>
|
||||
<menupopup statustext="Duration of the meeting" id="duration" no_lang="1"
|
||||
onchange="app.calendar.set_enddate_visibility" options="Use end date,,,,,,,false"/>
|
||||
</menulist>
|
||||
<date-time id="end" onchange="app.calendar.edit_update_participant" freeMinuteEntry="true"/>
|
||||
</row>
|
||||
<row class="dialogHeader2">
|
||||
<label value="Options"/>
|
||||
<checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day" onchange="app.calendar.set_alarmOptions_WD"/>
|
||||
<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, ,"/>
|
||||
<hbox>
|
||||
<label for="priority" value="Priority"/>
|
||||
<menulist class="et2_fullWidth">
|
||||
<menupopup type="select-priority" id="priority"/>
|
||||
</menulist>
|
||||
</hbox>
|
||||
<description/>
|
||||
</row>
|
||||
</menulist>
|
||||
<date-time id="end" onchange="app.calendar.edit_update_participant" freeMinuteEntry="true"/>
|
||||
</row>
|
||||
<row class="dialogHeader2">
|
||||
<label value="Options"/>
|
||||
<checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day"
|
||||
onchange="app.calendar.set_alarmOptions_WD"/>
|
||||
<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>
|
||||
<label for="priority" value="Priority"/>
|
||||
<menulist class="et2_fullWidth">
|
||||
<menupopup type="select-priority" id="priority"/>
|
||||
</menulist>
|
||||
</hbox>
|
||||
<description/>
|
||||
</row>
|
||||
<row class="dialogHeader3">
|
||||
<label for="location" value="Location"/>
|
||||
<hbox span="2">
|
||||
@ -264,20 +268,21 @@
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</row>
|
||||
<row disabled="!@id" class="dialogOperators">
|
||||
<hbox span="2">
|
||||
<date-time label="created" id="created" no_lang="1" readonly="true"/>
|
||||
<menulist>
|
||||
<menupopup label = "by" type="select-account" id="owner" readonly="true"/>
|
||||
</menulist>
|
||||
</hbox>
|
||||
<hbox align="right">
|
||||
<date-time label="Updated" id="modified" no_lang="1" readonly="true"/>
|
||||
<menulist>
|
||||
<menupopup type="select-account" label="by" class="et2_nowrap" id="modifier" align="right" readonly="true"/>
|
||||
</menulist>
|
||||
</hbox>
|
||||
</row>
|
||||
<row disabled="!@id" class="dialogOperators">
|
||||
<hbox span="4">
|
||||
<date-time label="created" id="created" no_lang="1" readonly="true"/>
|
||||
<menulist>
|
||||
<menupopup label="by" type="select-account" id="owner" readonly="true"/>
|
||||
</menulist>
|
||||
</hbox>
|
||||
<hbox align="right">
|
||||
<date-time label="Updated" id="modified" no_lang="1" readonly="true"/>
|
||||
<menulist>
|
||||
<menupopup type="select-account" label="by" class="et2_nowrap" id="modifier" align="right"
|
||||
readonly="true"/>
|
||||
</menulist>
|
||||
</hbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<hbox class="dialogFooterToolbar">
|
||||
|
Loading…
Reference in New Issue
Block a user