Changeset 2495 for trunk/phpgwapi


Ignore:
Timestamp:
04/13/10 11:43:13 (14 years ago)
Author:
rodsouza
Message:

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

Location:
trunk/phpgwapi
Files:
3 edited

Legend:

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

    r2483 r2495  
    1414                a = ( a || ( action.indexOf( window.location + '#' ) === 0 ) ); 
    1515                */ 
    16                 var a = ( action.indexOf( 'admin/' ) > 0 || action.indexOf( 'admin.' ) > 0 ); 
     16                var a = ( action.indexOf( 'admin' ) > 0 ); 
    1717                a = ( a || action.indexOf( 'home' ) > 0 ); 
    1818                a = ( a || action.indexOf( 'contactcenter' ) > 0 ); 
    1919                a = ( a || action.indexOf( 'expressoAdmin1_2' ) > 0 ); 
    2020                a = ( a || action.indexOf( 'filemanager' ) > 0 ); 
    21                 a = ( a || action.indexOf( 'abberit_messenger' ) > 0 ); 
    22                 a = ( a || action.indexOf( 'calendar/' ) > 0 || action.indexOf( '=calendar.' ) > 0 ); 
     21                a = ( a || action.indexOf( 'jabberit_messenger' ) > 0 ); 
     22                a = ( a || action.indexOf( 'preferences' ) > 0 ); 
     23                a = ( a || action.indexOf( 'calendar' ) > 0 ); 
    2324                a = ! ( a && ! ( action.indexOf( '#' ) === 0 || action.indexOf( window.location + '#' ) === 0 || action.indexOf( 'javascript:' ) === 0 ) ); 
    2425 
  • trunk/phpgwapi/templates/classic/navbar.tpl

    r1151 r2495  
    7373  <td width="30%" id="admin_info" nowrap>{current_users}</td> 
    7474  <td style="padding-right:10px" width="*" align="right" valign="center" nowrap="true"> 
    75                 <a href="{dir_root}/preferences" title="{title_my_preferences}" alt="{title_my_preferences}" onmouseover="javascript:self.status='{title_my_preferences}'" onmouseout="javascript:self.status=''"><img height="15px" src="{dir_root}/phpgwapi/templates/celepar/images/preferences.png"><font size="-1">{my_preferences}</font></a> 
     75                <a href="{dir_root}/preferences/" title="{title_my_preferences}" alt="{title_my_preferences}" onmouseover="javascript:self.status='{title_my_preferences}'" onmouseout="javascript:self.status=''"><img height="15px" src="{dir_root}/phpgwapi/templates/celepar/images/preferences.png"><font size="-1">{my_preferences}</font></a> 
    7676                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
    7777                <a href="#" title="{title_suggestions}" alt="{title_suggestions}" onmouseover="javascript:self.status='{title_suggestions}'" onmouseout="javascript:self.status=''" onclick="javascript:openWindow(400,550,'{dir_root}/help/enviasugestao.php')"><img src="{dir_root}/phpgwapi/templates/celepar/images/criticas.jpg"><font size="-1">{suggestions}</font></a> 
  • trunk/phpgwapi/templates/default/navbar.tpl

    r1860 r2495  
    9999  <td width="30%" id="admin_info" nowrap>{current_users}</td> 
    100100  <td style="padding-right:10px" width="*" align="right" valign="center" nowrap="true"> 
    101                 <a href="{dir_root}/preferences" title="{title_my_preferences}" alt="{title_my_preferences}" onmouseover="javascript:self.status='{title_my_preferences}'" onmouseout="javascript:self.status=''"><img height="15px" src="{dir_root}/phpgwapi/templates/{template}/images/preferences.png"><font id="links_bar">{my_preferences}</font></a> 
     101                <a href="{dir_root}/preferences/" title="{title_my_preferences}" alt="{title_my_preferences}" onmouseover="javascript:self.status='{title_my_preferences}'" onmouseout="javascript:self.status=''"><img height="15px" src="{dir_root}/phpgwapi/templates/{template}/images/preferences.png"><font id="links_bar">{my_preferences}</font></a> 
    102102                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
    103103                <a href="#" title="{title_suggestions}" alt="{title_suggestions}" onmouseover="javascript:self.status='{title_suggestions}'" onmouseout="javascript:self.status=''" onclick="javascript:openWindow(400,550,'{dir_root}/help/enviasugestao.php')"><img src="{dir_root}/phpgwapi/templates/{template}/images/critic.png"><font id="links_bar">{suggestions}</font></a> 
Note: See TracChangeset for help on using the changeset viewer.