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/admin/templates/default
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/templates/default/application_form.tpl

    r2686 r2703  
    1515   <td nowrap> 
    1616    <input type="submit" name="save" value="{lang_save_button}"> &nbsp; 
    17     <input type="button" name="cancel" value="{lang_cancel_button}" onclick="XLink( '{cancel_button}' )" /> 
     17    <input type="button" name="cancel" value="{lang_cancel_button}" onclick="ExpressoLivre.link( '{cancel_button}' )" /> 
    1818   </td> 
    1919   <td align="right">&nbsp; 
  • trunk/admin/templates/default/applications.tpl

    r2686 r2703  
    2929  <tr> 
    3030   <td align="left" nobreak> 
    31     <input type="button" value="{lang_add}" onclick="XLink( '{new_action}' )" /> 
     31    <input type="button" value="{lang_add}" onclick="ExpressoLivre.link( '{new_action}' )" /> 
    3232   </td> 
    3333   <td> 
  • trunk/admin/templates/default/category_form.tpl

    r2686 r2703  
    6060        <input type="hidden" id="idgroup" name="idgroup" value="{cat_id_group}"> 
    6161        <td><input onclick="return verifyCatOwners('td_group')" type="submit" name="save" value="{lang_save}"></td> 
    62                 <td><input type="button" name="cancel" value="{lang_cancel}" onclick="XLink( '{cancel_button}' )" /></td> 
    63                 <td align="right"><input type="button" name="delete" value="{lang_delete}" onclick="XLink( '{delete_button}' )" /></td> 
     62                <td><input type="button" name="cancel" value="{lang_cancel}" onclick="ExpressoLivre.link( '{cancel_button}' )" /></td> 
     63                <td align="right"><input type="button" name="delete" value="{lang_delete}" onclick="ExpressoLivre.link( '{delete_button}' )" /></td> 
    6464        </tr> 
    6565</table> 
  • trunk/admin/templates/default/config.tpl

    r2698 r2703  
    236236    <td colspan="2" align="center"> 
    237237      <input type="submit" name="submit" value="{lang_submit}"> 
    238       <input type="button" name="cancel" value="{lang_cancel}" onclick="XLink( '{cancel_button}' )" /> 
     238      <input type="button" name="cancel" value="{lang_cancel}" onclick="ExpressoLivre.link( '{cancel_button}' )" /> 
    239239                  <br> 
    240240    </td> 
  • trunk/admin/templates/default/delete_cat.tpl

    r2686 r2703  
    2020                                </td> 
    2121                                <td align="center"> 
    22                                         <input type="button" name="cancel" value="{lang_no}" onclick="XLink( '{no_button}' )"> 
     22                                        <input type="button" name="cancel" value="{lang_no}" onclick="ExpressoLivre.link( '{no_button}' )"> 
    2323                                </td> 
    2424<!-- END delete --> 
  • trunk/admin/templates/default/delete_common.tpl

    r2686 r2703  
    88   <tr> 
    99    <td width="50%" align="center"> 
    10      <input type="button" name="no" value="{no}" onclick="XLink( '{no_button}' )" > 
     10     <input type="button" name="no" value="{no}" onclick="ExpressoLivre.link( '{no_button}' )" > 
    1111    </td> 
    1212    <td width="50%" align="center"> 
  • trunk/admin/templates/default/listcats.tpl

    r2686 r2703  
    5858                                <td> 
    5959                                        <!form method="POST" action="{action_url}"> 
    60                                                 <input type="button" name="add" value="{lang_add}" onclick="XLink( '{add_button}' )" /> &nbsp; 
    61                                                 <input type="button" name="done" value="{lang_cancel}" onclick="XLink( '{done_button}' )" /> 
     60                                                <input type="button" name="add" value="{lang_add}" onclick="ExpressoLivre.link( '{add_button}' )" /> &nbsp; 
     61                                                <input type="button" name="done" value="{lang_cancel}" onclick="ExpressoLivre.link( '{done_button}' )" /> 
    6262                                        <!/form> 
    6363                                </td> 
  • trunk/admin/templates/default/voip.tpl

    r2698 r2703  
    6262                <td colspan="2" align="center"> 
    6363                  <input type="submit" name="save" value="{lang_save}" onclick="javascript:voip.select_();"> 
    64                   <input type="button" name="cancel" value="{lang_cancel}" onclick="XLink( '{cancel_button}' )"> 
     64                  <input type="button" name="cancel" value="{lang_cancel}" onclick="ExpressoLivre.link( '{cancel_button}' )"> 
    6565                  <br> 
    6666                </td> 
Note: See TracChangeset for help on using the changeset viewer.