- The ldap list was generated with an excessive size and the checkboxes were not selected in the entire page. - The Ldap list was optimized to generate it with the smallest size possible - It was created a new template to improve the selection of the checkbox.
45 lines
1.6 KiB
HTML
Executable File
45 lines
1.6 KiB
HTML
Executable File
<form id="{$form_id}" name="{$form_name}" action="{$form_action}" class="{$form_className}" method="post" encType="multipart/form-data" style="margin:0px;" onsubmit='return validateForm("{$form_objectRequiredFields}".parseJSON());'><div class="borderForm" style="width:auto; padding-left:0; padding-right:50px;border-width:{$form_border};">
|
|
<div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
|
|
<div class="content" style="width:auto;" >
|
|
<table width="90%" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td valign='top' align="center">
|
|
<table cellspacing="0" cellpadding="0" border="0" width="90%">
|
|
<tr>
|
|
<td class='FormTitle' colspan="2" align="">{$form.TITLE}</td>
|
|
</tr>
|
|
<tr style="display: none">
|
|
<td colspan="2">{$form.AUTH_SOURCE_UID}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='FormLabel' width="{$form_labelWidth}">{$KEYWORD}</td>
|
|
<td class='FormFieldContent' >{$form.KEYWORD}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='FormButton' colspan="2" align="center">{$form.btnSearch} {$form.BTN_CANCEL} </td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign='top'>
|
|
<table cellspacing="0" cellpadding="0" border="0" width="95%">
|
|
<tr>
|
|
<td align="center">
|
|
<span id="spanUsers" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class='FormButton' colspan="2" align="center">{$form.btnImport}</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="boxBottom"><div class="a"></div><div class="b"></div><div class="c"></div></div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
{$form.JS}
|
|
</script>
|
|
</form> |