source: trunk/calendar/templates/default/holiday.tpl @ 2880

Revision 2880, 840 bytes checked in by rodsouza, 14 years ago (diff)

Ticket #1058 - Removendo reload de formulários do módulo admin.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN form -->
2<center>
3{message}<br>
4<form name="form" action="{actionurl}" method="POST" onsubmit="return ExpressoLivre.form( this );">
5<table border="0" width="80%" cellspacing="2" cellpadding="2"> 
6  {hidden_vars}
7{rows}
8 <tr>
9  <td colspan="2">
10   <table width="100%" border="0" cellspacing="5">
11    <tr>
12     <td>
13      <input type="submit" name="submit" value="{lang_add}" />
14     </td>
15     <td>
16      <input type="button" value="{lang_cancel}" onclick="ExpressoLivre.link( '{action_cancel}' );" />
17     </td>
18     <td align="right" width="80%">
19      {delete_button}
20     </td>
21    </tr>
22   </table>
23  <td>
24 </tr>
25</table>
26</form>
27</center>
28<!-- END form -->
29<!-- BEGIN list -->
30 <tr bgcolor="{tr_color}">
31  <td valign="top" width="35%"><b>{field}:</b></td>
32  <td valign="top" width="65%">{data}</td>
33 </tr>
34<!-- END list -->
Note: See TracBrowser for help on using the repository browser.