isReadOnly()) pla_error(_('You cannot perform updates while server is in read-only mode')); $entry['dn'] = get_request('dn','GET'); $entry['rdn'] = get_rdn($entry['dn']); # We search all children, not only the visible children in the tree $entry['children'] = $ldapserver->getContainerContents($entry['dn']); # Draw some javaScrpt to enable/disable the filter field if this may be a recursive copy if (is_array($entry['children']) && count($entry['children']) > 0) { ?> %s %s',_('Copy'),htmlspecialchars($entry['rdn'])); printf('