2002-06-01 12:10:14 +02:00
|
|
|
<!-- BEGIN info_admin -->
|
2003-04-28 00:33:08 +02:00
|
|
|
<br>
|
2001-10-07 22:15:59 +02:00
|
|
|
<form action="{action_url}" method="POST">
|
|
|
|
<table border="0">
|
2006-03-24 17:10:09 +01:00
|
|
|
<tr class="th">
|
|
|
|
<td colspan="4"><b>{lang_responsible_rights}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row_off">
|
|
|
|
<td colspan="3">{lang_implicit_rights}</td>
|
|
|
|
<td>{implicit_rights}</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row_on">
|
|
|
|
<td colspan="3">{lang_responsible_edit}</td>
|
|
|
|
<td>{responsible_edit}</td>
|
|
|
|
</tr>
|
2007-06-13 23:37:05 +02:00
|
|
|
<tr class="th">
|
|
|
|
<td colspan="4"><b>{lang_history}</b></td>
|
|
|
|
</tr>
|
2006-03-24 17:10:09 +01:00
|
|
|
<tr class="row_off">
|
2007-06-13 23:37:05 +02:00
|
|
|
<td colspan="3">{lang_history2}</td>
|
|
|
|
<td>{history}</td>
|
2006-03-24 17:10:09 +01:00
|
|
|
</tr>
|
2011-11-17 10:30:30 +01:00
|
|
|
<tr class="th">
|
|
|
|
<td colspan="4"><b>{lang_other}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row_off">
|
|
|
|
<td colspan="3">{lang_copy_excludefields}</td>
|
|
|
|
<td>
|
|
|
|
{copy_excludefields}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row_on">
|
|
|
|
<td colspan="3">{lang_index_load_cfs}</td>
|
|
|
|
<td>
|
|
|
|
{index_load_cfs}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-02-22 13:31:00 +01:00
|
|
|
<tr class="row_off">
|
|
|
|
<td colspan="3">{lang_sub_prefix}</td>
|
|
|
|
<td>
|
|
|
|
{sub_prefix}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-02-24 10:29:27 +01:00
|
|
|
<tr class="row_on">
|
|
|
|
<td colspan="3">{lang_sub_excludefields}</td>
|
|
|
|
<td>
|
|
|
|
{sub_excludefields}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2003-04-28 00:33:08 +02:00
|
|
|
<tr>
|
|
|
|
<td colspan="4" align="left">
|
2006-03-24 17:10:09 +01:00
|
|
|
{save_button} {apply_button} {cancel_button}
|
2003-04-28 00:33:08 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
2001-10-07 22:15:59 +02:00
|
|
|
</table>
|
|
|
|
</form>
|
2002-06-01 12:10:14 +02:00
|
|
|
<!-- END info_admin -->
|