source: contrib/ProjectManager/templates/default/holiday.tpl @ 3594

Revision 3594, 711 bytes checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado o módulo ProjectManager? para a comunidade

  • Property svn:executable set to *
Line 
1<!-- BEGIN form -->
2<center>
3{message}<br>
4<table border="0" width="80%" cellspacing="2" cellpadding="2"> 
5 <form name="form" action="{actionurl}" method="POST">
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}"></form>
14     </td>
15     <td>
16      {cancel_button}
17     </td>
18     <td align="right" width="80%">
19      {delete_button}
20     </td>
21    </tr>
22   </table>
23  <td>
24 </tr>
25</table>
26</center>
27<!-- END form -->
28<!-- BEGIN list -->
29 <tr bgcolor="{tr_color}">
30  <td valign="top" width="35%"><b>{field}:</b></td>
31  <td valign="top" width="65%">{data}</td>
32 </tr>
33<!-- END list -->
Note: See TracBrowser for help on using the repository browser.