Ignore:
Timestamp:
08/17/07 10:26:24 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r51 r56  
    6161        $GLOBALS['phpgw']->common->phpgw_footer(); 
    6262 
    63         // Include JS Files 
     63 
    6464        $obj = createobject("expressoMail1_2.functions"); 
    6565        echo "<script src='inc/load_lang.php?".$update_version."' type='text/javascript'></script>";     
    66         echo $obj -> getFilesJs("js/html2xhtml.js," . 
    67                                                         "js/ccQuickAdd.js,". 
    68                                                         "js/color_palette.js,". 
    69                                                         "js/QuickCatalogSearch.js,". 
    70                                                         "js/QuickSearchUser.js,". 
    71                                                         "js/preferences.js,". 
    72                                                         "js/search.js,". 
    73                                                         "js/filters.js,". 
    74                                                         "js/filter.js,". 
    75                                                         // Fix Firefox problem with loadScript. 
    76                                                         ($_GET['to'] ? "" : "js/rich_text_editor.js,"). 
    77                                                         "js/connector.js,". 
    78                                                         "js/globals.js,". 
    79                                                         "js/TreeS.js,". 
    80                                                         "js/TreeShow.js,". 
    81                                                         "js/sharemailbox.js,". 
    82                                                         "js/sniff_browser.js", 
     66         
     67        // INCLUDE the JS Files:  
     68        echo $obj -> getFilesJs("js/abas.js," . 
     69                                                        "js/common_functions.js," . 
     70                                                        "js/doiMenuData.js," . 
     71                                                        "js/drag_area.js," . 
     72                                                        "js/draw_api.js," . 
     73                                                        "js/DropDownContacts.js," . 
     74                                                        "js/InfoContact.js," . 
     75                                                        "js/main.js," . 
     76                                                        "js/rich_text_editor.js," .                                                      
     77                                                        "js/wfolders.js,", 
    8378                                                        $GLOBALS['phpgw_info']['flags']['update_version']); 
    8479 
    85         // Is IE ?? 
    86         //echo "<SCRIPT>if ((!is_gecko) && (!is_ie6up)) {alert('OPSS !! Desculpe, mas seu navegador não suporta este WebMail. Instale o Mozilla FireFox 1.0+ ou Internet Explorer 6.0+. No momento, utilize a versão antiga do WebMail.');window.location=\"../email/\";}</SCRIPT>"; 
    87          
    8880        // Get Preferences or redirect to preferences page. 
    8981        $GLOBALS['phpgw']->preferences->read_repository(); 
Note: See TracChangeset for help on using the changeset viewer.