2001-07-14 17:49:04 +02:00
|
|
|
<!-- BEGIN pref_line -->
|
2002-09-28 02:30:01 +02:00
|
|
|
<tr class="{bg_nm_color}">
|
2001-07-14 17:49:04 +02:00
|
|
|
<td align="right">{field}</td>
|
|
|
|
<td align="center">{data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END pref_line -->
|
2002-06-01 12:10:14 +02:00
|
|
|
|
|
|
|
<!-- BEGIN info_prefs -->
|
|
|
|
<p><b>{title}:</b><hr><p>
|
|
|
|
<form action="{action_url}" method="POST">
|
|
|
|
<table border="0" align="center" width="90%">
|
2002-09-28 02:30:01 +02:00
|
|
|
<tr class="{bg_h_color}">
|
2002-06-01 12:10:14 +02:00
|
|
|
<td colspan="2">{text}</td>
|
|
|
|
</tr>
|
|
|
|
{pref_lines}
|
2001-07-14 17:49:04 +02:00
|
|
|
</table>
|
|
|
|
<center>{save_button}</center>
|
|
|
|
</form>
|
2002-06-01 12:10:14 +02:00
|
|
|
<!-- END info_prefs -->
|