Changeset 2519 for trunk/phpgwapi


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.

Location:
trunk/phpgwapi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/tools/xlink.js

    r2509 r2519  
    1313                a = ( a || ( action.indexOf( window.location + '#' ) === 0 ) ); 
    1414                a = ( a || ! ( action.indexOf( 'workflow' ) < 0 ) ); 
    15                 a = ( a || ! ( action.indexOf( 'expressoMail1_2' ) < 0 ) ); 
     15                //a = ( a || ! ( action.indexOf( 'expressoMail1_2' ) < 0 ) ); 
    1616 
    1717                if ( ! a ) 
  • trunk/phpgwapi/templates/default/navbar.inc.php

    r2509 r2519  
    7070                                if($app != 'preferences' && $app != 'about' && $app != 'logout') 
    7171                                { 
    72                                         $icon = '<a href="'.$app_data['url'].'" cacheit="'.( ( $app == 'admin' || $app == 'expressoAdmin1_2' ) ? 'true' : 'false').'">'; 
     72                                        $icon = '<a href="'.$app_data['url'].'" cacheit="'.( ( $app == 'admin' || $app == 'expressoAdmin1_2' || $app == 'expressoMail1_2' ) ? 'true' : 'false').'">'; 
    7373                                        $title = $GLOBALS['phpgw_info']['apps'][$app]['title']; 
    7474                                        if($app == 'home') $title = lang('Home'); 
Note: See TracChangeset for help on using the changeset viewer.