Ignore:
Timestamp:
10/20/10 14:37:02 (14 years ago)
Author:
brunocosta
Message:

Ticket #1312 - Restaurada a busca no arquivamento local com códifo da 2.1

File:
1 edited

Legend:

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

    r3369 r3380  
    187187 
    188188function show_hide_span_paging(ID){ 
    189         if (Element("span_paging"+ID)) 
    190                 Element("span_paging"+ID).style.display = ''; 
    191         if (Element("span_paging"+currentTab)) 
    192                 Element("span_paging"+currentTab).style.display = 'none'; 
     189        if ((ID != "0") && Element("span_paging"))  
     190                Element("span_paging").style.display = 'none'; 
     191        else 
     192                if (Element("span_paging")) 
     193                        Element("span_paging").style.display = ''; 
    193194} 
    194195 
Note: See TracChangeset for help on using the changeset viewer.