mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
ec694d4a4f
refactured copy and sub creation into one method, as they do essentialy the same thing with just setting the parent and excluding different configurable fields
58 lines
1.2 KiB
Smarty
58 lines
1.2 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 class="row_off">
|
|
<td colspan="3">{lang_sub_prefix}</td>
|
|
<td>
|
|
{sub_prefix}
|
|
</td>
|
|
</tr>
|
|
<tr class="row_on">
|
|
<td colspan="3">{lang_sub_excludefields}</td>
|
|
<td>
|
|
{sub_excludefields}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4" align="left">
|
|
{save_button} {apply_button} {cancel_button}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<!-- END info_admin -->
|