Ignore:
Timestamp:
06/21/12 15:43:10 (12 years ago)
Author:
angelo
Message:

Ticket #2885 - Na tela de busca rapida de contatos ao utilizar teclas de atalho

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/QuickCatalogSearch.js

    r6562 r6567  
    440440                                break; 
    441441                } 
    442                 var string_results = sliderValue + " " + get_lang("of") + " " + paginas + " (" + data.length + " " + get_lang("Results") + ")";                  
    443                 $( "#amount-text" ).val( string_results ); 
     442                var string_results = sliderValue + " " + get_lang("of") + " " + paginas + " (" + data.length + " " + get_lang("Results") + ")"; 
     443                $( "#amount-text" ).val( string_results ).attr('readonly', true); 
    444444                $("button").button(); 
    445445                //$("button.remove").button({icons:{primary:"ui-icon-close"}, text: false}); 
Note: See TracChangeset for help on using the changeset viewer.