From 79cc5ce8392e359dc2efbcda0d35e2f14ee9859c Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Fri, 24 Jun 2005 12:53:45 +0000 Subject: [PATCH] XHTML compliance --- admin/user.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/admin/user.php b/admin/user.php index 7633dfc9b3a..1f471f50c0d 100644 --- a/admin/user.php +++ b/admin/user.php @@ -226,7 +226,7 @@ echo "

"; echo get_string("firstname")." : "; if ($firstinitial) { - echo " $strall "; } else { echo " $strall "; @@ -235,7 +235,7 @@ if ($letter == $firstinitial) { echo " $letter "; } else { - echo " $letter "; } } @@ -245,7 +245,7 @@ echo get_string("lastname")." : "; if ($lastinitial) { - echo " $strall "; } else { echo " $strall "; @@ -254,7 +254,7 @@ if ($letter == $lastinitial) { echo " $letter "; } else { - echo " $letter "; } } @@ -310,7 +310,7 @@ if ($user->id == $USER->id or $user->username == "changeme") { $deletebutton = ""; } else { - $deletebutton = "id&sesskey=$USER->sesskey\">$strdelete"; + $deletebutton = "id&sesskey=$USER->sesskey\">$strdelete"; } if ($user->lastaccess) { $strlastaccess = format_time(time() - $user->lastaccess); @@ -318,7 +318,7 @@ $strlastaccess = get_string("never"); } if ($user->confirmed == 0) { - $confirmbutton = "id&sesskey=$USER->sesskey\">" . get_string("confirm") . ""; + $confirmbutton = "id&sesskey=$USER->sesskey\">" . get_string("confirm") . ""; } else { $confirmbutton = ""; } @@ -336,21 +336,21 @@ echo "
"; echo "
"; - echo ""; - echo ""; + echo ""; + echo ""; if ($search) { - echo ""; + echo ""; } echo "
"; echo "
"; - print_heading("sesskey\">".get_string("addnewuser").""); + print_heading("sesskey\">".get_string("addnewuser").""); if (!empty($table)) { print_table($table); print_paging_bar($usercount, $page, $perpage, "user.php?sort=$sort&dir=$dir&perpage=$perpage". "&firstinitial=$firstinitial&lastinitial=$lastinitial&search=$search&"); - print_heading("sesskey\">".get_string("addnewuser").""); + print_heading("sesskey\">".get_string("addnewuser").""); }