Changeset 3739


Ignore:
Timestamp:
02/09/11 09:57:56 (13 years ago)
Author:
niltonneto
Message:

Ticket #1534 - Corrigido alinhamento dos botões salvar e cancelar em categorias.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/preferences/templates/default/category_form.tpl

    r2 r3739  
    3333        <tr valign="bottom" height="50"> 
    3434                <td><input type="submit" name="save" value="{lang_save}"></form></td> 
    35                 <td><form method="POST" action="{cancel_url}"> 
    36                         <input type="submit" name="cancel" value="{lang_cancel}"></form></td> 
     35                <form method="POST" action="{cancel_url}"> 
     36                <td><input type="submit" name="cancel" value="{lang_cancel}"></form></td> 
    3737        </tr> 
    3838</table> 
     
    4747                        {hidden_vars} 
    4848                        <input type="submit" name="save" value="{lang_save}"></form></td> 
     49                        <form method="POST" action="{cancel_url}"> 
    4950                <td> 
    50                         <form method="POST" action="{cancel_url}"> 
    5151                        <input type="submit" name="cancel" value="{lang_cancel}"></form></td> 
    5252                <td align="right">{delete}</td> 
Note: See TracChangeset for help on using the changeset viewer.