Ignore:
Timestamp:
04/08/10 14:45:57 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Adaptações necessárias no ExpressoAdmin para o não reload.

Location:
trunk/expressoAdmin1_2/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.db_functions.inc.php

    r2459 r2469  
    1010        *  option) any later version.                                              * 
    1111        \**************************************************************************/ 
    12 define('PHPGW_INCLUDE_ROOT','./');       
     12//define('PHPGW_INCLUDE_ROOT','./');     
    1313define( 'PHPGW_API_INC', dirname( __FILE__ ) . '/../../phpgwapi/inc' ); 
    1414include_once(PHPGW_API_INC.'/class.db.inc.php'); 
  • trunk/expressoAdmin1_2/inc/class.uishared_accounts.inc.php

    r2419 r2469  
    1010        *  option) any later version.                                                                                                           * 
    1111        \***********************************************************************************/ 
    12  
    13         define('PHPGW_API_INC','../phpgwapi/inc'); 
    1412 
    1513        class uishared_accounts 
     
    113111                        ); 
    114112                        $p->set_var($var); 
     113                        echo "<script>var expressoAdmin_url = '{$GLOBALS[ 'phpgw' ] -> link( '/expressoAdmin1_2/' )}';var expressoAdmin_controller = '{$GLOBALS[ 'phpgw' ] -> link( '/expressoAdmin1_2/controller.php' )}?action=';</script>" . $GLOBALS[ 'phpgw' ] -> common -> get_java_script( ); 
    115114                        $p->pfp('out','body'); 
    116115                } 
Note: See TracChangeset for help on using the changeset viewer.