Changeset 2703 for trunk/contactcenter


Ignore:
Timestamp:
05/04/10 15:25:37 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Adicionando o javascript ExpressoLivre? e delegando ao mesmo o que é de seu dever.

Location:
trunk/contactcenter/templates
Files:
2 edited

Legend:

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

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

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