source: trunk/preferences/templates/azul/preferences.tpl @ 1026

Revision 1026, 932 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Criação do tema azul nas preferências.

  • Property svn:executable set to *
Line 
1<center><b>{messages}</b></center>
2<!-- BEGIN form -->
3<form method="POST" action="{action_url}">
4<table width="75%" cellpadding=0 cellspacing=0 class="prefTable"> 
5<tr><td colspan="3">{tabs}</td></tr> 
6  <!-- BEGIN list -->
7  <tbody>
8 <tr bgcolor="{row_off}"><td colspan="3">&nbsp;</td></tr>
9 {rows}
10 <!-- END list -->
11  <tr height="30" valign="bottom">
12  <td align="left">
13   <input type="submit" name="submit" value="{lang_submit}"> &nbsp;
14   <input type="submit" name="cancel" value="{lang_cancel}">
15  </td>
16  <td align="right">&nbsp; {help_button}</td>
17 </tr>
18 </tbody>
19</table>
20
21</form>
22<!-- END form -->
23
24<!-- BEGIN row -->
25 <tr bgcolor="{tr_color}">
26  <td>{row_name}</td>
27  <td>{row_value}</td>
28 </tr>
29<!-- END row -->
30
31<!-- BEGIN help_row -->
32  <tr bgcolor="{tr_color}">
33  <td><b>{row_name}<b></td>
34  <td>{row_value}</td>
35 </tr>
36 <tr bgcolor="{tr_color}">
37  <td colspan="2">{help_value}</td>
38 </tr>
39<!-- END help_row -->
Note: See TracBrowser for help on using the repository browser.