Changeset 1512


Ignore:
Timestamp:
10/14/09 16:12:10 (15 years ago)
Author:
rodsouza
Message:

Ticket #683 - Arrumando problema da tela de alterar senha do IE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preferences/templates/default/changepassword.tpl

    r1511 r1512  
    22   <center>{messages}</center> 
    33   <form method="POST" action="{form_action}"> 
    4     <table border="0" width="400"> 
     4    <table border="0"> 
    55     <tr> 
    6        <td width="50%"> 
     6       <td> 
    77        {lang_enter_actual_password} 
    88       </td> 
    9        <td width="50%"> 
    10         <input type="password" name="a_passwd"> 
     9       <td> 
     10        <input type="password" name="a_passwd" style="overflow:auto !important"> 
    1111       </td> 
    1212     </tr> 
    1313     <tr> 
    14        <td width="50%"> 
     14       <td> 
    1515        {lang_enter_password} 
    1616       </td> 
    17        <td width="50%"> 
    18         <input type="password" name="n_passwd"> 
     17       <td> 
     18        <input type="password" name="n_passwd" style="overflow:auto !important"> 
    1919       </td> 
    2020     </tr> 
    2121     <tr> 
    22        <td width="50%"> 
     22       <td> 
    2323        {lang_reenter_password} 
    2424       </td> 
    25        <td width="50%"> 
    26         <input type="password" name="n_passwd_2"> 
     25       <td> 
     26        <input type="password" name="n_passwd_2" style="overflow:auto !important"> 
    2727       </td> 
    2828     </tr> 
    2929     <tr> 
    30        <td colspan="2"> 
    31         <table cellspacing="5"><tr> 
    32          <td><input type="submit" name="change" value="{lang_change}"></td> 
    33          <td><input type="submit" name="cancel" value="{lang_cancel}"></td> 
    34         </tr></table> 
     30       <td> 
     31        &nbsp; 
     32       </td> 
     33       <td> 
     34           <br/> 
     35        <input type="submit" name="change" value="{lang_change}"> 
     36        &nbsp; 
     37        <input type="submit" name="cancel" value="{lang_cancel}"> 
    3538       </td> 
    3639     </tr> 
Note: See TracChangeset for help on using the changeset viewer.