Remove unwanted "disable" read-only label from whole day checkbox

This commit is contained in:
Nathan Gray 2015-07-20 15:02:32 +00:00
parent 696dd8d6a7
commit a6c9157fdc

View File

@ -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" />