bug 357027 - Sets control property of two titles to the checkbox rather than the datepicker. Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r=lilmatt,mvl
git-svn-id: svn://10.0.0.236/trunk@214096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
control="event-starttime"/>
|
||||
<label value="&newevent.date.label;" class="todo-only"
|
||||
accesskey="&newevent.date.accesskey;"
|
||||
control="todo-entrydate"/>
|
||||
control="todo-has-entrydate"/>
|
||||
</hbox>
|
||||
<hbox>
|
||||
<datetimepicker id="event-starttime" onchange="onStartTimeChange();"
|
||||
@@ -139,7 +139,7 @@
|
||||
control="event-endtime"/>
|
||||
<label value="&newtodo.duedate.label;" class="todo-only"
|
||||
accesskey="&newtodo.duedate.accesskey;"
|
||||
control="todo-duedate"/>
|
||||
control="todo-has-duedate"/>
|
||||
</hbox>
|
||||
<vbox>
|
||||
<hbox align="center">
|
||||
|
||||
Reference in New Issue
Block a user