diff --git a/lam/templates/ou_edit.php b/lam/templates/ou_edit.php index ee046b54..3b3ead2f 100644 --- a/lam/templates/ou_edit.php +++ b/lam/templates/ou_edit.php @@ -104,7 +104,7 @@ if (isset($_POST['createOU']) || isset($_POST['deleteOU'])) { include 'main_header.php'; echo "
\n" . "

" . _("Do you really want to delete this OU?") . " " . "\n" . - "
\n

" . $_POST['deleteableOU'] . "

\n" . + "
\n

" . getAbstractDN($_POST['deleteableOU']) . "

\n" . "
\n" . "
\n" . "\n" . @@ -153,7 +153,7 @@ function display_main($message, $error) { $options .= "\n"; $units = $_SESSION['ldap']->search_units($_SESSION["config"]->get_Suffix($name)); for ($u = 0; $u < sizeof($units); $u++) { - $options .= "\n"; + $options .= "\n"; } $options .= "\n"; }