Changeset 3978
- Timestamp:
- 04/11/11 17:13:00 (12 years ago)
- Location:
- branches/2.2.0.1/calendar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.0.1/calendar/inc/class.uicalendar.inc.php
r3976 r3978 5278 5278 ' >> '.lang("It types below the email addresses, if you want to invite other people out of this system").':'. 5279 5279 ' <br><textarea name="ex_participants" id="ex_participants" cols="70" rows="2">'.$event['ex_participants'].'</textarea><br> '. 5280 $footer_ext_participantes.5280 //$footer_ext_participantes. 5281 5281 '</tr>'. 5282 5282 '</table>'; -
branches/2.2.0.1/calendar/js/edit_exmail.js
r3910 r3978 272 272 if ((e.keyCode) == 120) //F9 273 273 { 274 emQuickSearch(input_to);274 //emQuickSearch(input_to); 275 275 } 276 276 else … … 298 298 if ((window.event.keyCode) == 120) //F9 299 299 { 300 emQuickSearch(input_to);300 //emQuickSearch(input_to); 301 301 } 302 302 else
Note: See TracChangeset
for help on using the changeset viewer.