forked from extern/egroupware
46 lines
1.0 KiB
Smarty
46 lines
1.0 KiB
Smarty
<!-- BEGIN info_admin -->
|
|
<br>
|
|
<form action="{action_url}" method="POST">
|
|
<table border="0">
|
|
<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>
|
|
<tr class="th">
|
|
<td colspan="4"><b>{lang_history}</b></td>
|
|
</tr>
|
|
<tr class="row_off">
|
|
<td colspan="3">{lang_history2}</td>
|
|
<td>{history}</td>
|
|
</tr>
|
|
<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>
|
|
<tr>
|
|
<td colspan="4" align="left">
|
|
{save_button} {apply_button} {cancel_button}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<!-- END info_admin -->
|