<!-- 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} &nbsp; {apply_button} &nbsp; {cancel_button}
   </td>
  </tr>
 </table>
</form>
<!-- END info_admin -->