forked from extern/egroupware
Remove unwanted "disable" read-only label from whole day checkbox
This commit is contained in:
parent
af7bffbb3d
commit
314759546f
@ -276,7 +276,7 @@
|
|||||||
<row class="dialogHeader2" height="28">
|
<row class="dialogHeader2" height="28">
|
||||||
<description for="start" value="Start" width="88"/>
|
<description for="start" value="Start" width="88"/>
|
||||||
<date-time id="start" needed="1" class="required"/>
|
<date-time id="start" needed="1" class="required"/>
|
||||||
<checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day" options=",, ,disable" span="all" onchange="app.calendar.set_alarmOptions_WD"/>
|
<checkbox statustext="Event will occupy the whole day" label="whole day" id="whole_day" span="all" onchange="app.calendar.set_alarmOptions_WD"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="dialogHeader2" height="28">
|
<row class="dialogHeader2" height="28">
|
||||||
<description for="duration" value="Duration" width="0" id="calendar_edit_duration" />
|
<description for="duration" value="Duration" width="0" id="calendar_edit_duration" />
|
||||||
|
Loading…
Reference in New Issue
Block a user