Changeset 2991 for trunk/login.php


Ignore:
Timestamp:
07/02/10 13:59:24 (14 years ago)
Author:
amuller
Message:

Ticket #1124 - Configurando a página a validação w3c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/login.php

    r2674 r2991  
    112112                $tmpl->set_var('logo_config',$GLOBALS['phpgw_info']['server']['login_logo_file']); 
    113113        else 
    114                 $tmpl->set_var('logo_config','<a title="Governo do Paran&aacute" href="http://www.pr.gov.br" target="_blank"><img src="phpgwapi/templates/'.$GLOBALS['phpgw_info']['login_template_set'].'/images/logo_governo.gif" border="0"></a></td> 
     114                $tmpl->set_var('logo_config','<a title="Governo do Paran&aacute" href="http://www.pr.gov.br" target="_blank"><img src="phpgwapi/templates/'.$GLOBALS['phpgw_info']['login_template_set'].'/images/logo_governo.gif" alt="governo" border="0"></a></td> 
    115115                <td><div align="center"><font color="#9a9a9a" face="Verdana, Arial, Helvetica, sans-serif" size="1"> 
    116116<a title="Celepar Inform&aacute;tica do Paran&aacute;" target="_blank" href="http://www.celepar.pr.gov.br/"> 
    117 <img src="phpgwapi/templates/'.$GLOBALS['phpgw_info']['login_template_set'].'/images/logo_celepar.gif" border="0"></a>'); 
     117<img alt="celepar" src="phpgwapi/templates/'.$GLOBALS['phpgw_info']['login_template_set'].'/images/logo_celepar.gif" border="0"></a><br></font></div>'); 
    118118        // !! NOTE !! 
    119119        // Do NOT and I repeat, do NOT touch ANYTHING to do with lang in this file. 
Note: See TracChangeset for help on using the changeset viewer.