Ignore:
Timestamp:
03/07/12 17:46:27 (12 years ago)
Author:
angelo
Message:

Ticket #2518 - Correcao em elementos da janela cadastro e alteracao de contatos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/templates/default/full_add.tpl

    r5661 r5669  
    213213                <tr> 
    214214                        <td align="center"> 
    215                                 <input id="cc_contact_save" style="width: 100px;" type="button" value="{cc_contact_save}" onclick="javascript:postFullAdd();"> 
    216                                 <input id="cc_contact_reset" style="width: 100px;" type="button" value="{cc_contact_reset}" onclick="javascript:resetFullAdd();"> 
    217                                 <input id="cc_contact_cancel" style="width: 100px;" type="button" value="{cc_contact_cancel}" onclick="javascript:closeFullAdd();"> 
     215                                <input id="cc_contact_save" style="width: 100px; cursor: pointer;" type="button" value="{cc_contact_save}" onclick="javascript:postFullAdd();"> 
     216                                <input id="cc_contact_reset" style="width: 100px; cursor: pointer;" type="button" value="{cc_contact_reset}" onclick="javascript:resetFullAdd();"> 
     217                                <input id="cc_contact_cancel" style="width: 100px; cursor: pointer;" type="button" value="{cc_contact_cancel}" onclick="javascript:closeFullAdd();"> 
    218218                        </td> 
    219219                </tr> 
Note: See TracChangeset for help on using the changeset viewer.