Changeset 2698 for trunk/contactcenter


Ignore:
Timestamp:
05/04/10 10:45:51 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Removendo reload nos formulários do admin na ação cancelar.

Location:
trunk/contactcenter/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/templates/classic/config.tpl

    r285 r2698  
    112112                <td colspan="2" align="center"> 
    113113                        <input type="submit" name="submit" value="{lang_submit}"> 
    114                         <input type="submit" name="cancel" value="{lang_cancel}"> 
     114                        <input type="button" name="cancel" value="{lang_cancel}" onclick="XLink( '{cancel_button}' )" /> 
    115115                </td> 
    116116        </tr> 
  • trunk/contactcenter/templates/default/config.tpl

    r1598 r2698  
    145145                <td colspan="2" align="center"> 
    146146                        <input type="submit" name="submit" value="{lang_submit}"> 
    147                         <input type="submit" name="cancel" value="{lang_cancel}"> 
     147                        <input type="button" name="cancel" value="{lang_cancel}" onclick="XLink( '{cancel_button}' )" /> 
    148148                </td> 
    149149        </tr> 
Note: See TracChangeset for help on using the changeset viewer.