Beispiel #1
0
				<td>
				<?php 
    echo GetMessage("LDAP_EDIT_IMPORT_STRUCT");
    ?>
: </td>
				<td>
					<input onClick="__importStateSwitch(!this.checked);" type="checkbox" id="IMPORT_STRUCT" name="IMPORT_STRUCT" value="Y"<?php 
    if ($importEnabled) {
        echo " checked";
    }
    ?>
></input>
				</td>
			</tr>
			<?php 
    $l = CLdapUtil::getDepartmentListFromSystem();
    if ($l !== false) {
        ?>
			<tr>
				<td>				<?php 
        echo GetMessage("LDAP_EDIT_STRUCT_ROOT");
        ?>
: </td>
				<td>

					<select name="ROOT_DEPARTMENT" id="ROOT_DEPARTMENT" <?php 
        if (!$importEnabled) {
            echo 'disabled="1" ';
        }
        ?>
 style="width: 270px">