mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Remove unwanted "disable" read-only label from whole day checkbox
This commit is contained in:
parent
696dd8d6a7
commit
a6c9157fdc
@ -276,7 +276,7 @@
|
||||
<row class="dialogHeader2" height="28">
|
||||
<description for="start" value="Start" width="88"/>
|
||||
<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 class="dialogHeader2" height="28">
|
||||
<description for="duration" value="Duration" width="0" id="calendar_edit_duration" />
|
||||
|
Loading…
Reference in New Issue
Block a user