Ignore:
Timestamp:
04/14/10 11:53:45 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoMail? não realize reload de página.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r2517 r2519  
    2121        require_once('../header.inc.php'); 
    2222 
    23         include("inc/load_lang.php"); 
     23        include_once("inc/load_lang.php"); 
    2424 
    2525        $_SESSION['phpgw_info']['expressomail']['user'] = $GLOBALS['phpgw_info']['user']; 
     
    107107         
    108108        $template->set_file(Array('expressoMail' => 'index.tpl')); 
     109        $template->set_var( 'url', $GLOBALS[ 'phpgw' ] -> link( '/expressoMail1_2' ) ); 
    109110        $template->set_block('expressoMail','list'); 
    110111        $template->pfp('out','list'); 
     
    140141        $var_tokens = 'ePass2000Lx;/usr/lib/libepsng_p11.so,ePass2000Win;c:/windows/system32/ngp11v211.dll'; 
    141142    } 
     143 
     144 
     145        if ( ! @is_object($GLOBALS['phpgw']->js ) ) 
     146                $GLOBALS['phpgw']->js = CreateObject('phpgwapi.javascript'); 
    142147 
    143148        $GLOBALS['phpgw']->js->validate_file( 'dJSWin', 'dJSWin' ); 
Note: See TracChangeset for help on using the changeset viewer.