Ignore:
Timestamp:
12/17/09 10:14:08 (14 years ago)
Author:
niltonneto
Message:

Ticket #830 - Corrigido problema de exibição do link Ajuda no login.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/phpgwapi/templates/classic/login.tpl

    r1743 r1863  
    88<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> 
    99<META NAME="keywords" CONTENT="{website_title} login screen, eGroupWare, groupware, groupware suite"> 
    10 <link href="phpgwapi/templates/celepar/login.css" rel="stylesheet" type="text/css"> 
     10<link href="phpgwapi/templates/{template}/login.css" rel="stylesheet" type="text/css"> 
    1111<TITLE>{website_title} - {lang_login}</TITLE> 
    1212<script language="Javascript"> 
     
    7575                                            <tr><td width="96" class="loginLabel" align="right">{lang_username}:&nbsp;</td> 
    7676                                                <td width="96"><input name="user" size="15"></td> 
    77                                                 <td width="43" rowspan="3" colspan=2><img src="phpgwapi/templates/celepar/images/icon_login.gif" width="43" height="64"></td> 
     77                                                <td width="43" rowspan="3" colspan=2><img src="phpgwapi/templates/{template}/images/icon_login.gif" width="43" height="64"></td> 
    7878                                          </tr> 
    7979                                          <tr> 
     
    8989                                                </tr> 
    9090                                          <tr>   
    91                                                 <td width="66">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    92                                                         <!--a href="#" title="Clique aqui para ajuda" alt="Clique aqui para ajuda" onmouseover="javascript:self.status='Ajuda do Expresso Livre'" onmouseout="javascript:self.status=''" onclick="javascript:openWindow(480,510,'help')"> 
    93                                                                 <font size="-1"> Ajuda</font></a--></td> 
     91                                                <td width="66"> 
     92                                                        <div style="margin-left:10px;display:{display_help}"> 
     93                                                                <a title="{lang_help}" target="help" href="./help.php?lang={lang}"><font size="-1">{lang_help}</font></a> 
     94                                                        </div> 
     95                                        </td> 
    9496                                                <td width="135">&nbsp;</td> 
    9597                                                <td>&nbsp;</td>          
     
    103105      </div> 
    104106      </td>              
    105     <td valign="bottom" bgcolor="#e8eef7"><div align="left"><img src="phpgwapi/templates/celepar/images/logo_expresso_1.gif" alt=""></div></td> 
     107    <td valign="bottom" bgcolor="#e8eef7"><div align="left"><img src="phpgwapi/templates/{template}/images/logo_expresso_1.gif" alt=""></div></td> 
    106108        </tr> 
    107109        <tr>             
    108     <td background="phpgwapi/templates/celepar/images/logo_expresso_4.gif"><div align="right"><img src="phpgwapi/templates/celepar/images/logo_expresso_3.gif" alt="" height="46" width="485"></div></td>                
    109     <td background="phpgwapi/templates/celepar/images/logo_expresso_5.gif"><div align="left"><img src="phpgwapi/templates/celepar/images/logo_expresso_2.gif" alt="" height="46" width="285"></div></td> 
     110    <td background="phpgwapi/templates/{template}/images/logo_expresso_4.gif"><div align="right"><img src="phpgwapi/templates/{template}/images/logo_expresso_3.gif" alt="" height="46" width="485"></div></td>          
     111    <td background="phpgwapi/templates/{template}/images/logo_expresso_5.gif"><div align="left"><img src="phpgwapi/templates/{template}/images/logo_expresso_2.gif" alt="" height="46" width="285"></div></td> 
    110112        </tr>    
    111113        <tr>     
Note: See TracChangeset for help on using the changeset viewer.