Changeset 3978


Ignore:
Timestamp:
04/11/11 17:13:00 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1601 - Desabilitar F9 para pesquisa de contatos externos na agenda

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  
    52785278                                                        '  >> '.lang("It types below the email addresses, if you want to invite other people out of this system").':'. 
    52795279                                                        '&nbsp;&nbsp;<br><textarea name="ex_participants" id="ex_participants" cols="70" rows="2">'.$event['ex_participants'].'</textarea><br>&nbsp;&nbsp;'. 
    5280                                                         $footer_ext_participantes. 
     5280                                                        //$footer_ext_participantes. 
    52815281                                                        '</tr>'.                                                         
    52825282                                                        '</table>'; 
  • branches/2.2.0.1/calendar/js/edit_exmail.js

    r3910 r3978  
    272272                        if ((e.keyCode) == 120) //F9 
    273273                        { 
    274                                 emQuickSearch(input_to); 
     274                                //emQuickSearch(input_to); 
    275275                        } 
    276276                        else  
     
    298298                        if ((window.event.keyCode) == 120) //F9 
    299299                        { 
    300                                 emQuickSearch(input_to); 
     300                                //emQuickSearch(input_to); 
    301301                        } 
    302302                        else  
Note: See TracChangeset for help on using the changeset viewer.