source: sandbox/2.3-MailArchiver/calendar/templates/default/pref.tpl @ 6779

Revision 6779, 531 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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.