Changeset 1705


Ignore:
Timestamp:
11/24/09 16:10:15 (14 years ago)
Author:
eduardoalex
Message:

Ticket #762 - Adicionado o 'alt' para o icone da home em navbar

Location:
trunk/phpgwapi/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/classic/navbar.inc.php

    r1151 r1705  
    7070                                { 
    7171                                        $title = $GLOBALS['phpgw_info']['apps'][$app]['title']; 
     72                                        if($app == 'home') $title = lang('Home'); 
    7273                                        $icon = '<a href="'.$app_data['url'].'"><img src="' . $app_data['icon'] . '" alt="' . $title . '" title="'. $title . '" border="0" /></a>'; 
    73          
    74                                         // 020204 ndee 
    75                                         if($app == 'home') $title = lang('Home'); 
    76          
     74                                                 
    7775                                        if($app=='home') 
    7876                                        { 
  • trunk/phpgwapi/templates/default/navbar.inc.php

    r1247 r1705  
    7272                                        $icon = '<a href="'.$app_data['url'].'">'; 
    7373                                        $title = $GLOBALS['phpgw_info']['apps'][$app]['title']; 
     74                                        if($app == 'home') $title = lang('Home'); 
    7475                                        if ($GLOBALS['phpgw_info']['flags']['currentapp'] == $app) 
    7576                                        { 
     
    8081                                                $icon .= '<img id="'.str_replace('_','',$app).'id" src="' . $app_data['icon'] . '" alt="' . $title . '" title="'. $title . '" border="0" width="24" height="24" nowrap="nowrap"/></a>'; 
    8182 
    82                                         // 020204 ndee 
    83                                         if($app == 'home') $title = lang('Home'); 
    84          
    8583                                        if($app=='home') 
    8684                                        { 
Note: See TracChangeset for help on using the changeset viewer.