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

Revision 2439, 777 bytes checked in by rodsouza, 14 years ago (diff)

Ticket #1009 - Permitindo que o ExpressoCalendar? não realize reload de página.

  • 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">
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          <div style="padding-top:15px; padding-right: 2px">
14       <input type="submit" name="submit" value="{lang_add}">
15          </div>
16     </td>
17     <td>
18      {cancel_button}
19     </td>
20     <td align="right" width="80%">
21      {delete_button}
22     </td>
23    </tr>
24   </table>
25  <td>
26 </tr>
27</table>
28</form>
29</center>
30<!-- END form -->
31<!-- BEGIN list -->
32 <tr bgcolor="{tr_color}">
33  <td valign="top" width="35%"><b>{field}:</b></td>
34  <td valign="top" width="65%">{data}</td>
35 </tr>
36<!-- END list -->
Note: See TracBrowser for help on using the repository browser.