egroupware/infolog/templates/default/admin.tpl

31 lines
721 B
Smarty
Raw Normal View History

<!-- BEGIN info_admin -->
2003-04-28 00:33:08 +02:00
<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>
2003-04-28 00:33:08 +02:00
<tr>
<td colspan="4" align="left">
{save_button} &nbsp; {apply_button} &nbsp; {cancel_button}
2003-04-28 00:33:08 +02:00
</td>
</tr>
</table>
</form>
<!-- END info_admin -->