mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 22:22:19 +00:00
Monotone-Parent: 4d5e83e68c9e02af7b7d7a38ef3b127962a84549
Monotone-Revision: 3e152eeda68e8af354608976f5301f766ec154be Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-13T18:46:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,9 +39,7 @@
|
||||
><input type="text"
|
||||
var:value="currentContactName"
|
||||
var:uid="currentContactId"
|
||||
class="textField"
|
||||
onkeyup="onContactKeyUp(this, event);"
|
||||
onblur="checkAttendee(this);" /></td
|
||||
class="textField" /></td
|
||||
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
|
||||
><var:foreach list="hoursToDisplay" item="currentHourToDisplay"
|
||||
><td></td
|
||||
@@ -50,8 +48,7 @@
|
||||
</tr></var:foreach>
|
||||
<tr class="futureAttendee"
|
||||
><td class="attendees"><input type="text" class="textField"
|
||||
readonly="readonly"
|
||||
onclick="newAttendee(this);" /></td
|
||||
readonly="readonly" /></td
|
||||
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
|
||||
><var:foreach list="hoursToDisplay" item="currentHourToDisplay"
|
||||
><td></td
|
||||
@@ -59,9 +56,7 @@
|
||||
></var:foreach
|
||||
></tr>
|
||||
<tr class="attendeeModel"
|
||||
><td class="attendees"><input type="text" class="textField"
|
||||
onkeyup="onContactKeyUp(this, event);"
|
||||
onblur="checkAttendee(this);" /></td
|
||||
><td class="attendees"><input type="text" class="textField" /></td
|
||||
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
|
||||
><var:foreach list="hoursToDisplay" item="currentHourToDisplay"
|
||||
><td></td
|
||||
|
||||
Reference in New Issue
Block a user