2011-11-29 16:44:17 +01:00
|
|
|
<center style="color: red; font-style: italic">{messages}</center>
|
2001-09-04 01:01:42 +02:00
|
|
|
|
2012-11-14 21:56:52 +01:00
|
|
|
<style>
|
2012-12-03 19:14:26 +01:00
|
|
|
select {
|
|
|
|
min-width: 120px;
|
|
|
|
}
|
2012-11-14 21:56:52 +01:00
|
|
|
select[multiple] {
|
|
|
|
min-width: 50%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2003-03-31 20:16:33 +02:00
|
|
|
<!-- BEGIN form -->
|
2001-08-26 06:32:28 +02:00
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
|
2003-03-31 20:16:33 +02:00
|
|
|
<table border="0">
|
2001-08-26 06:32:28 +02:00
|
|
|
<tr>
|
2003-03-31 20:16:33 +02:00
|
|
|
<td colspan="2">{tabs}</td>
|
2001-08-26 06:32:28 +02:00
|
|
|
</tr>
|
|
|
|
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- BEGIN list -->
|
2001-08-26 06:32:28 +02:00
|
|
|
{rows}
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- END list -->
|
2001-08-26 06:32:28 +02:00
|
|
|
|
2003-03-31 20:16:33 +02:00
|
|
|
<tr height="30" valign="bottom">
|
|
|
|
<td align="left">
|
2005-07-23 11:44:46 +02:00
|
|
|
<input type="submit" name="save" value="{lang_save}">
|
|
|
|
<input type="submit" name="apply" value="{lang_apply}">
|
2003-03-31 20:16:33 +02:00
|
|
|
<input type="submit" name="cancel" value="{lang_cancel}">
|
|
|
|
</td>
|
|
|
|
<td align="right"> {help_button}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
<!-- END form -->
|
|
|
|
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- BEGIN row -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2001-08-26 06:32:28 +02:00
|
|
|
<td>{row_name}</td>
|
2001-09-04 01:01:42 +02:00
|
|
|
<td>{row_value}</td>
|
2001-08-26 06:32:28 +02:00
|
|
|
</tr>
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- END row -->
|
2003-03-31 20:16:33 +02:00
|
|
|
|
|
|
|
<!-- BEGIN help_row -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2003-03-31 20:16:33 +02:00
|
|
|
<td><b>{row_name}<b></td>
|
|
|
|
<td>{row_value}</td>
|
|
|
|
</tr>
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2003-03-31 20:16:33 +02:00
|
|
|
<td colspan="2">{help_value}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END help_row -->
|
2011-03-19 12:23:53 +01:00
|
|
|
|
|
|
|
<!-- BEGIN section_row -->
|
|
|
|
<tr class="th">
|
|
|
|
<td colspan="2"><b>{title}</b></td>
|
|
|
|
</tr>
|
2012-11-14 21:56:52 +01:00
|
|
|
<!-- END section_row -->
|