From d51a669f877e350fe6e84611f08dae3c8af54c7f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 4 Jul 2003 13:48:41 +0000 Subject: [PATCH] fixed HTML errors --- lam/templates/profedit/profiledelete.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lam/templates/profedit/profiledelete.php b/lam/templates/profedit/profiledelete.php index 23515d7b..d64aed81 100644 --- a/lam/templates/profedit/profiledelete.php +++ b/lam/templates/profedit/profiledelete.php @@ -37,10 +37,12 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) { } // print standard header +echo ("\n"); +echo ("\n"); echo (""); echo ("" . _("Delete User Profile") . "\n"); echo "\n"; -echo ("
"); +echo ("\n\n


"); // check if admin has submited delete operation if ($_POST['submit']) { @@ -81,26 +83,26 @@ if (($type == "user") || ($type == "host")) { // user profile if ($type == "user") { echo ("

" . _("Do you really want to delete this profile? ") . ""); - echo ($_GET['del'] . "


\n"); + echo ($_GET['del'] . "

\n"); echo ("
\n"); - echo ("
\n"); + echo ("

\n"); echo ("\n"); echo ("\n"); echo (""); echo (""); - echo ("

\n"); + echo ("

\n"); } // host profile elseif ($type == "host") { echo ("

" . _("Do you really want to delete this profile? ") . ""); - echo ($_GET['del'] . "


\n"); + echo ($_GET['del'] . "

\n"); echo ("
\n"); - echo ("
\n"); + echo ("

\n"); echo ("\n"); echo ("\n"); echo (""); echo (""); - echo ("

\n"); + echo ("

\n"); } } else{