Changeset 2549 for trunk/calendar


Ignore:
Timestamp:
04/15/10 15:26:02 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Corrigindo problemas com a inclusão de javascript.

Location:
trunk/calendar
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uicalendar.inc.php

    r2496 r2549  
    30903090                        } 
    30913091                         
    3092                         include($file); 
     3092                        include_once($file); 
    30933093                        $refer = explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']); 
    30943094                        if($refer[2] != 'view') { 
     
    49164916                        if ($param['plain'] != "True"){ 
    49174917                        //      $GLOBALS['phpgw']->common->phpgw_header(); 
    4918                                 echo $GLOBALS['phpgw']->common->get_java_script( ); 
    49194918                        } 
    49204919                        else{ 
  • trunk/calendar/inc/hook_home.inc.php

    r234 r2549  
    1414        $phpgw_flags = Array( 
    1515                'currentapp'    =>      'calendar', 
    16                 'noheader'      =>      True, 
    17                 'nonavbar'      =>      True, 
     16                //'noheader'    =>      True, 
     17                //'nonavbar'    =>      True, 
    1818                'noappheader'   =>      True, 
    1919                'noappfooter'   =>      True, 
  • trunk/calendar/js/edit_exmail.js

    r2008 r2549  
    226226                return; 
    227227        } 
    228          
     228 
     229        scriptPath = URL_SERVER + '/' + scriptPath; 
     230 
    229231        expresso.connector.oxmlhttp.open("GET", scriptPath, false); 
    230232    expresso.connector.oxmlhttp.setRequestHeader('Content-Type','text/plain'); 
     
    245247        Element('tbl_ext_participants').style.display=''; 
    246248        el.style.display='none'; 
    247         loadScript(path+"/js/DropDownContacts.js"); 
    248         loadScript(path+"/js/common_functions.js"); 
    249         loadScript(path+"/js/QuickCatalogSearch.js"); 
     249        loadScript(path+"/js/jscode/DropDownContacts.js"); 
     250        loadScript(path+"/js/jscode/common_functions.js"); 
     251        loadScript(path+"/js/jscode/QuickCatalogSearch.js"); 
    250252        loadScript("calendar/js/over_fn_exmail.js"); 
    251253        if(!contacts) 
Note: See TracChangeset for help on using the changeset viewer.