Changeset 1763


Ignore:
Timestamp:
12/04/09 16:47:36 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #808 - Busca implementada utilizando somente os grupos cadastrados.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/js/load.js

    r1584 r1763  
    215215        } 
    216216 
    217         function changeLabel() 
    218         { 
    219                 if( arguments.length > 0 ) 
    220                 { 
    221                         var element = arguments[0].parentNode.parentNode.firstChild; 
    222  
    223                         if(arguments[0].checked) 
    224                                 element.innerHTML = "<span style='color:red;'>Digite o Email .: </span>"; 
    225                         else 
    226                                 element.innerHTML = "Nome do Contato .: "; 
    227                 } 
    228         } 
    229  
    230217        function changeStatusJava() 
    231218        { 
     
    398385                 
    399386                        winBuild( _win_contacts ); 
     387 
    400388                        setTimeout( contacts , 250); 
    401389                } 
     
    772760        Load.prototype.chgStatusJava    = changeStatusJava; 
    773761        Load.prototype.closeW                   = closeWindow; 
    774         Load.prototype.cLabel                   = changeLabel; 
    775762        Load.prototype.getElement               = getElementStatus; 
    776763        Load.prototype.keyPress                 = keyPressSearch; 
Note: See TracChangeset for help on using the changeset viewer.