Ignore:
Timestamp:
09/09/10 15:34:47 (14 years ago)
Author:
amuller
Message:

Ticket #428 - Implementação da paginação da busca

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/common_functions.js

    r3178 r3223  
    186186 
    187187function show_hide_span_paging(ID){ 
    188         if ((ID != "0") && Element("span_paging"))  
    189                 Element("span_paging").style.display = 'none'; 
    190         else 
    191                 if (Element("span_paging")) 
    192                         Element("span_paging").style.display = ''; 
     188        if (Element("span_paging"+ID)) 
     189                Element("span_paging"+ID).style.display = ''; 
     190        if (Element("span_paging"+currentTab)) 
     191                Element("span_paging"+currentTab).style.display = 'none'; 
    193192} 
    194193 
Note: See TracChangeset for help on using the changeset viewer.