mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
31 lines
721 B
Smarty
31 lines
721 B
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>
|
|
<td colspan="4" align="left">
|
|
{save_button} {apply_button} {cancel_button}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<!-- END info_admin -->
|