Fix review comment from bug 259478

This commit is contained in:
jminta%gmail.com 2006-08-02 20:01:52 +00:00
Родитель 85e64ad979
Коммит fb956247e7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -129,8 +129,8 @@
<vbox> <vbox>
<hbox align="center"> <hbox align="center">
<datetimepicker id="event-endtime" onchange="onEndTimeChange();" class="event-only"/> <datetimepicker id="event-endtime" onchange="onEndTimeChange();" class="event-only"/>
<checkbox id="todo-has-duedate" oncommand="updateDueDate();" class="todo-only"/> <checkbox id="todo-has-duedate" oncommand="updateDueDate();" class="todo-only checkbox-no-label"/>
<datetimepicker id="todo-duedate" onchange="onEndTimeChange();" class="todo-only checkbox-no-label"/> <datetimepicker id="todo-duedate" onchange="onEndTimeChange();" class="todo-only"/>
<checkbox id="item-recurrence" oncommand="updateRecurrence();" <checkbox id="item-recurrence" oncommand="updateRecurrence();"
label="&newevent.repeat.label2;"/> label="&newevent.repeat.label2;"/>
<button id="set-recurrence" label="&newevent.set.label;" oncommand="editRecurrence();"/> <button id="set-recurrence" label="&newevent.set.label;" oncommand="editRecurrence();"/>