Ignore:
Timestamp:
05/05/10 15:52:35 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Adaptando todo o expressoAdmin1_2 para não realizar reload.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/templates/default/groups.tpl

    r309 r2712  
    55    <tr> 
    66                <td align="left" width="25%"> 
    7                         <form name="form" method="POST" action="{add_action}"> 
    8                                 <input type="submit" value="{lang_add_groups}" "{add_group_disabled}"> 
    9                                 <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'"> 
    10                         </form> 
     7                        <input type="button" value="{lang_add_groups}" "{add_group_disabled}" onclick="ExpressoLivre.link( '{add_action}' )" /> 
     8                        <input type="button" value="{lang_back}" onclick="ExpressoLivre.link( '{back_url}' )" /> 
    119                </td> 
    1210                <td align="center" "left" width="50%"> 
     
    1412                </td> 
    1513        <td align="right" "left" width="25%"> 
    16                 <form method="POST" action="{accounts_url}"> 
     14                <form method="POST" action="{accounts_url}" onsubmit="ExpressoLivre.link( '{accounts_url}', false, 'query='+this.query.value ); return false;"> 
    1715                        {lang_search}: 
    18                         <input type="text" name="query" autocomplete="off" value="{query}"> 
     16                        <input type="text" name="query" autocomplete="off" value="{query}" /> 
    1917                </form> 
    2018        </td> 
     
    5250        </tr> 
    5351        <tr> 
    54                 <td><input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'"></td> 
     52                <td><input type="button" value="{lang_back}" onclick="ExpressoLivre.link( '{back_url}' )" /></td> 
    5553        </tr> 
    5654<!-- END row_empty --> 
Note: See TracChangeset for help on using the changeset viewer.