mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
updated the ldap template
This commit is contained in:
parent
0c0924738c
commit
9ffb4d1fda
@ -4,7 +4,18 @@
|
||||
|
||||
<form method="POST" action="{form_action}">
|
||||
<center>
|
||||
<table border="0" width="85%">
|
||||
<table border="0" width="95%">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<table border="0" width="100%">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="4"> </td>
|
||||
</tr>
|
||||
{rows}
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<table border="0" width="100%">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="4"> </td>
|
||||
</tr>
|
||||
@ -39,11 +50,12 @@
|
||||
|
||||
{permissions_list}
|
||||
|
||||
{gui_hooks}
|
||||
|
||||
{form_buttons}
|
||||
{form_buttons}
|
||||
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</form>
|
||||
<!-- END form -->
|
||||
|
Loading…
Reference in New Issue
Block a user