- 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.
20 lines
707 B
XML
Executable File
20 lines
707 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<dynaForm menu="authSources/authSources_SearchUsersMenu" width="90%" rowsPerPage="1000">
|
|
|
|
<Checkbox type="text" titleAlign="center" align="left" colWidth="20%" enableHtml="1" onclick="return false;">
|
|
<en><![CDATA[<span id="spanSelectAll"></span>]]></en>
|
|
</Checkbox>
|
|
|
|
<FullName type="text" colWidth="15%" titleAlign="center" align="left">
|
|
<en>Name</en>
|
|
</FullName>
|
|
|
|
<Email type="text" colWidth="15%" titleAlign="center" align="left">
|
|
<en><![CDATA[<span style="width:40px; display:block;">E-Mail</span>]]></en>
|
|
</Email>
|
|
|
|
<DistinguishedName type="text" colWidth="50%" titleAlign="center" align="left">
|
|
<en>Distinguished Name</en>
|
|
</DistinguishedName>
|
|
|
|
</dynaForm> |