From db02d0aa1593631e9a44fee34b1cf06413245fbf Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 23 Aug 2007 18:33:54 +0000 Subject: [PATCH] show DN for existing accounts --- lam/lib/modules.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 0d845b34..cfaabe7c 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -944,7 +944,7 @@ class accountContainer { } } } - // Create left module-menu + // create module menu echo "type."list\" border=0 width=\"100%\" style=\"border-collapse: collapse;\">\n"; echo "type."list\" valign=\"top\">
"; @@ -1003,7 +1003,11 @@ class accountContainer { echo "
"; } echo ""; - // display html-code from mdule + // display DN + if (isset($this->dn_orig) && ($this->dn_orig != '')) { + echo _("DN") . ": " . htmlspecialchars($this->dn_orig) . '

'; + } + // display html-code from modules $return = array(); if ($this->current_page == 0) { if ($this->subpage == 'finish') {