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

Revision 3594, 531 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 pref -->
2<p><b>{title}:</b><hr><p>
3<form action="{action_url}" method="POST">
4 <table border="0" align="center" width="90%">
5  {row}
6 </table>
7 <center><input type="submit" name="submit" value="{submit_lang}"></center>
8</form>
9<!-- END pref -->
10
11<!-- BEGIN pref_colspan -->
12  <tr bgcolor="{bg_color}">
13   <td colspan="2">{text}</td>
14  </tr>
15<!-- END pref_colspan -->
16
17<!-- BEGIN pref_list -->
18  <tr bgcolor="{bg_color}">
19   <td align="right">{field}</td>
20   <td align="center">{data}</td>
21  </tr>
22<!-- END pref_list -->
Note: See TracBrowser for help on using the repository browser.