Ignore:
Timestamp:
07/27/09 11:13:12 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Modificado nome do template azul->default e celepar->classic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/phpgwapi/templates/default/login_denylogin.tpl

    r2 r1189  
    11 
    22<!-- BEGIN form --> 
    3 <BODY bgcolor="#FFFFFF"> 
    4 <A href="http://www.eGroupWare.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" title="www.eGroupWare.org" border="0"></a> 
     3<body bgcolor="#ffffff"> 
     4<a href="http://www.egroupware.org"><img src="phpgwapi/templates/celepar/images/logo.png" alt="eGroupWare" border="0"></a> 
    55 
    6 <TABLE border="0" height="94%" width="100%"> 
    7  <TR> 
    8   <TD align="CENTER"> 
    9     Opps! You caught us in the middle of a system upgrade.<br>Please, check back with us shortly. 
    10   </TD> 
    11  </TR> 
    12 </TABLE> 
     6<table border="0" width="100%"> 
     7 <tr> 
     8  <td align="center"> 
     9    {deny_msg} 
     10  </td> 
     11 </tr> 
     12</table> 
    1313 
    1414<!-- END form --> 
Note: See TracChangeset for help on using the changeset viewer.