Ignore:
Timestamp:
02/09/12 15:57:23 (12 years ago)
Author:
gustavo
Message:

Ticket #2484 - Melhorias na estrutura de diretórios do ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r5467 r5486  
    7474         
    7575        <script type="text/javascript" src="../prototype/plugins/treeview/jquery.treeview.js"></script> 
     76        <script type="text/javascript" src="../prototype/plugins/treeview/lib/jquery.cookie.js"></script> 
    7677        <script type="text/javascript" src="../prototype/plugins/block/jquery.blockUI.js"></script> 
    7778        <script type="text/javascript" src="../prototype/plugins/scrollto/jquery.scrollTo.js"></script> 
    7879 
    7980        <link rel="stylesheet" href="../prototype/plugins/treeview/jquery.treeview.css" type="text/css" media="screen" /> 
     81         
    8082        <script src="../prototype/plugins/jqgrid/js/i18n/grid.locale-pt-br.js" type="text/javascript"></script> 
    8183        <script src="../prototype/plugins/jqgrid/js/jquery.jqGrid.min.js" type="text/javascript"></script> 
     84        <script src="../prototype/modules/mail/js/foldertree.js" type="text/javascript"></script> 
     85        <link rel="stylesheet" href="../prototype/modules/mail/css/foldertree.css" type="text/css" media="screen" /> 
     86         
    8287        <link rel="stylesheet" href="../prototype/plugins/jqgrid/css/ui.jqgrid.css" type="text/css" />   
    8388        <link rel="stylesheet" href="../prototype/plugins/jqgrid/themes/prognusone/jquery-ui-1.8.2.custom.css" type="text/css" />        
     
    278283    var locale = "'.$GLOBALS['phpgw']->common->getPreferredLanguage().'"; 
    279284        var new_agenda = "'.$current_config['new_agenda'].'"; 
     285        $("#sideboxdragarea").addClass("hidden"); 
     286        $("#menu2Container").addClass("hidden"); 
    280287    </script>'; 
    281288 
     
    314321         
    315322        echo $obj -> getFilesJs($scripts, $update_version); 
    316         echo '<script type="text/javascript">init();</script>'; 
     323        echo ' 
     324        <link rel="stylesheet" href="../prototype/modules/attach_message/attach_message.css" type="text/css" /> 
     325        <script type="text/javascript"> 
     326                init(); 
     327        </script>'; 
    317328 
    318329        if ($GLOBALS['phpgw_info']['user']['preferences']['expressoMail']['use_shortcuts']) 
     
    336347</head> 
    337348<body scroll="no" style="overflow:hidden"> 
    338  
    339349<link rel="stylesheet" href="../prototype/modules/attach_message/attach_message.css" type="text/css" /> 
    340350<link rel='stylesheet' type='text/css' href='../prototype/modules/calendar/css/layout.css' /> 
Note: See TracChangeset for help on using the changeset viewer.