source: trunk/preferences/templates/default/preferences.tpl @ 1405

Revision 1405, 1.1 KB checked in by rafaelraymundo, 15 years ago (diff)

Ticket #558 - Remove linha Assinatura de preferências do expressoMail.

  • Property svn:eol-style set to native
  • 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 script -->
25<script language="JavaScript" type="text/javascript">
26{script_code}
27</script>
28<!-- END script -->
29
30<!-- BEGIN row -->
31 <tr id="{row_id}" bgcolor="{tr_color}" {row_visibility}>
32  <td>{row_name}</td>
33  <td>{row_value}</td>
34 </tr>
35<!-- END row -->
36
37<!-- BEGIN help_row -->
38  <tr bgcolor="{tr_color}">
39  <td><b>{row_name}<b></td>
40  <td>{row_value}</td>
41 </tr>
42 <tr bgcolor="{tr_color}">
43  <td colspan="2">{help_value}</td>
44 </tr>
45<!-- END help_row -->
Note: See TracBrowser for help on using the repository browser.