Changeset 2794


Ignore:
Timestamp:
05/17/10 10:01:50 (14 years ago)
Author:
amuller
Message:

Ticket #1059 - mudando a chamada do arquivo messages.js

Location:
trunk/expressoMail1_2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.phpmailer.php

    r2493 r2794  
    747747    function valEm($email) 
    748748    { 
     749            return true; 
    749750        $mail_retorno = FALSE; 
    750751        if ((strlen($email) >= 2) && (substr_count($email,"@") == 1) && (substr($email,0,1) != "@") && (substr($email,strlen($email)-1,1) != "@")) 
  • trunk/expressoMail1_2/index.php

    r2747 r2794  
    154154$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'drag_area', 'expressoMail1_2' ); 
    155155$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'draw_api_messages', 'expressoMail1_2' ); 
    156 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'messages', 'expressoMail1_2' ); 
     156$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'draw_messages', 'expressoMail1_2' ); 
    157157$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'draw_api_folders', 'expressoMail1_2' ); 
    158158$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'DropDownContacts', 'expressoMail1_2' ); 
  • trunk/expressoMail1_2/js/jscode/draw_api_folders.js

    r2752 r2794  
    867867            return true; 
    868868        }; 
     869        alert('sou 1'); 
    869870        cExecute ("expressoMail1_2.imap_functions.get_range_msgs2&folder="+current_folder+"&msg_range_begin=1&msg_range_end="+preferences.max_email_per_page+"&sort_box_type="+sort_box_type+ "&search_box_type="+ search_box_type +"&sort_box_reverse="+sort_box_reverse+"", handler_draw_box); 
    870871    } 
Note: See TracChangeset for help on using the changeset viewer.