mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Calendar: Fix public checkbox defaulted to checked when it was not supposed to
This commit is contained in:
parent
8434549ace
commit
5735392ef4
@ -228,7 +228,7 @@
|
||||
<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"
|
||||
<checkbox label="Private" id="public" selectedValue="0" unselectedValue="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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user