source: trunk/admin/templates/default/application_form.tpl @ 2802

Revision 2802, 881 bytes checked in by rodsouza, 14 years ago (diff)

Ticket #1058 - Permitindo o envio de formulário por requisição background

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN form -->
2{error}
3<br>
4<form action="{form_action}" method="POST" onsubmit="return ExpressoLivre.form( this );">
5 {hidden_vars}
6 <div align="center">
7 <table border="0" width="55%">
8  <tr bgcolor="{th_bg}">
9   <td colspan="2">&nbsp;</td>
10  </tr>
11
12  {rows}
13
14  <tr>
15   <td nowrap>
16    <input type="button" name="save" value="{lang_save_button}" onclick="this.type='submit'" /> &nbsp;
17    <input type="button" name="cancel" value="{lang_cancel_button}" onclick="ExpressoLivre.link( '{cancel_button}' )" />
18   </td>
19   <td align="right">&nbsp;
20<!-- BEGIN delete_button -->
21    <input type="button" name="delete" value="{lang_delete_button}" onclick="this.type='submit'" />
22<!-- END delete_button -->
23   </td>
24  </tr>
25
26 </table>
27 </div>
28</form>
29<!-- END form -->
30
31<!-- BEGIN row -->
32  <tr bgcolor="{tr_color}">
33   <td>{label}</td>
34   <td>{value}</td>
35  </tr>
36<!-- END row -->
Note: See TracBrowser for help on using the repository browser.