Ignore:
Timestamp:
07/20/10 11:45:03 (14 years ago)
Author:
amuller
Message:

Ticket #1145 - Divide os js em dois módulos e faz carregamendo sob demanda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r2794 r3073  
    147147$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscalendar', 'calendar-setup', 'expressoMail1_2' ); 
    148148$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscalendar', 'lang/calendar-br', 'expressoMail1_2' ); 
    149 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'globals', 'expressoMail1_2' ); 
    150 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'sniff_browser', 'expressoMail1_2' ); 
    151 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'common_functions', 'expressoMail1_2' ); 
    152 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'abas', 'expressoMail1_2' ); 
    153 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'doiMenuData', 'expressoMail1_2' ); 
    154 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'drag_area', 'expressoMail1_2' ); 
    155 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'draw_api_messages', 'expressoMail1_2' ); 
    156 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'draw_messages', 'expressoMail1_2' ); 
    157 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'draw_api_folders', 'expressoMail1_2' ); 
    158 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'DropDownContacts', 'expressoMail1_2' ); 
    159 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'InfoContact', 'expressoMail1_2' ); 
    160 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'local_messages', 'expressoMail1_2' ); 
    161 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'messages_controller', 'expressoMail1_2' ); 
    162 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'rich_text_editor', 'expressoMail1_2' ); 
    163 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'wfolders', 'expressoMail1_2' ); 
    164 $GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'main', 'expressoMail1_2' ); 
     149 
     150$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'main', 'expressoMail1_2' ); 
     151$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'abas', 'expressoMail1_2' ); 
     152$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'doiMenuData', 'expressoMail1_2' ); 
     153$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'drag_area', 'expressoMail1_2' ); 
     154$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'draw_api_folders', 'expressoMail1_2' ); 
     155$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'DropDownContacts', 'expressoMail1_2' ); 
     156$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'globals', 'expressoMail1_2' ); 
     157$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'wfolders', 'expressoMail1_2' ); 
     158$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'base', 'common_functions', 'expressoMail1_2' ); 
     159//$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'draw_messages', 'expressoMail1_2' ); 
     160//$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'sniff_browser', 'expressoMail1_2' ); 
     161//$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'draw_api_messages', 'expressoMail1_2' ); 
     162//$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'InfoContact', 'expressoMail1_2' ); 
     163//$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'local_messages', 'expressoMail1_2' ); 
     164//$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'messages_controller', 'expressoMail1_2' ); 
     165//$GLOBALS[ 'phpgw' ] -> js -> validate_file( 'jscode', 'rich_text_editor', 'expressoMail1_2' ); 
     166 
     167 
    165168 
    166169if ( $GLOBALS[ 'phpgw_info' ][ 'user' ][ 'preferences' ][ 'expressoMail' ][ 'use_shortcuts' ] ) 
Note: See TracChangeset for help on using the changeset viewer.