2003-08-28 16:31:11 +02:00
|
|
|
<!-- BEGIN pref -->
|
2001-02-25 17:08:31 +01:00
|
|
|
<p><b>{title}:</b><hr><p>
|
|
|
|
<form action="{action_url}" method="POST">
|
2001-04-30 05:07:50 +02:00
|
|
|
<table border="0" align="center" width="90%">
|
2001-02-25 17:08:31 +01:00
|
|
|
{row}
|
|
|
|
</table>
|
|
|
|
<center><input type="submit" name="submit" value="{submit_lang}"></center>
|
|
|
|
</form>
|
2003-08-28 16:31:11 +02:00
|
|
|
<!-- END pref -->
|
|
|
|
|
|
|
|
<!-- BEGIN pref_colspan -->
|
|
|
|
<tr bgcolor="{bg_color}">
|
|
|
|
<td colspan="2">{text}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END pref_colspan -->
|
|
|
|
|
|
|
|
<!-- BEGIN pref_list -->
|
|
|
|
<tr bgcolor="{bg_color}">
|
|
|
|
<td align="right">{field}</td>
|
|
|
|
<td align="center">{data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END pref_list -->
|