Ignore:
Timestamp:
10/01/09 13:46:05 (15 years ago)
Author:
eduardoalex
Message:

Ticket #611 - Adição da funcionalidade. (aqui é para completar os 40 caracteres)

File:
1 edited

Legend:

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

    r1415 r1477  
    664664                        if(this.name_box_search=='local_Inbox') 
    665665                                name_box_def = get_lang("Inbox"); 
     666                        else if(this.name_box_search.indexOf("/")!="-1") { 
     667                                final_pos = this.name_box_search.lastIndexOf("/"); 
     668                                name_box_def = this.name_box_search.substr(final_pos+1); 
     669                        } 
    666670                        else 
    667671                                name_box_def = this.name_box_search.substr(6);//Retira o 'local_' 
Note: See TracChangeset for help on using the changeset viewer.