diff --git a/contact.php b/contact.php index ef73e00..25b700d 100644 --- a/contact.php +++ b/contact.php @@ -36,6 +36,15 @@ if(!$aClean['sSubmit']) echo $error; echo "
"; + + /* User manager */ + if($_SESSION['current']->hasPriv("admin")) + { + echo "

iUserId."&sSearch=Administrator&iLimit". + "=100&sOrderBy=email\">User manager

"; + } + echo "

E-mail $oRecipient->sRealname.

"; echo html_table_begin("width\"100%\" border=\"0\" cellpadding=\"2\"". "cellspacing=\"2\"");