Changeset 3444 for branches/2.2/phpgwapi


Ignore:
Timestamp:
10/29/10 17:08:55 (14 years ago)
Author:
amuller
Message:

Ticket #990 - Correção na geração da imagem do Captcha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/phpgwapi/templates/default/login_default.php

    r3437 r3444  
    422422            { 
    423423                $aux_captcha = '<div class="login_label" > 
    424                    <img src="./security/captcha.php" title="'.lang('Security code').'" alt="'.lang('Security code').'" style="width:60;"><br/> 
     424                   <img src="./security/captcha.php" title="'.lang('Security code').'" alt="'.lang('Security code').'" style="position:static;"><br/> 
    425425                   <input class="input" type="text" maxlength="50" size="20" name="codigo" id="codigo" value="" > 
    426426                   </div>'; 
Note: See TracChangeset for help on using the changeset viewer.