From 4e7b349e0ada73fe9b84d38a3154ec0823ee310d Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 1 Mar 2007 04:30:42 +0000 Subject: [PATCH] replacing single button fieldsets with divs --- user/index.php | 4 ++-- user/view.php | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/user/index.php b/user/index.php index 889b327d5e..dfe8368b14 100644 --- a/user/index.php +++ b/user/index.php @@ -619,8 +619,8 @@ } if ($bulkoperations && $totalcount > ($perpage*3)) { - echo '
'.get_string('search').': '."\n"; - echo ' 
'."\n"; + echo '
'.get_string('search').': '."\n"; + echo ' 
'."\n"; } if ($perpage == SHOW_ALL_PAGE_SIZE) { diff --git a/user/view.php b/user/view.php index cb5680f7e4..101c2b990c 100644 --- a/user/view.php +++ b/user/view.php @@ -364,7 +364,7 @@ if ($currentuser and $passwordchangeurl and !isguest()) { //TODO: add proper capability for password changing echo "
"; - echo "
"; + echo "
"; echo "id\" />"; if (!empty($USER->realuser)) { // changing of password when "Logged in as" is not allowed @@ -372,7 +372,7 @@ } else { echo ""; } - echo "
"; + echo ""; echo "
"; } @@ -386,11 +386,11 @@ get_user_roles($coursecontext, $user->id)) ) { // This user has roles echo '
'; - echo "
"; + echo "
"; echo ''; echo ''; echo ''; - echo "
"; + echo ""; echo '
'; } } @@ -398,11 +398,11 @@ if ($USER->id != $user->id && has_capability('moodle/user:loginas', $coursecontext) && ! has_capability('moodle/site:doanything', $coursecontext, $user->id, false)) { echo '
'; - echo "
"; + echo "
"; echo ''; echo ''; echo ''; - echo "
"; + echo ""; echo '
'; } @@ -414,27 +414,27 @@ $messagebuttonname = get_string("messages", "message"); } echo "
"; - echo "
"; + echo "
"; echo ""; - echo "
"; + echo ""; echo "
"; } else { echo "
id'\" action=\"../message/discussion.php\" method=\"get\">"; - echo "
"; + echo "
"; echo "id\" />"; echo "id', 'message_$user->id', 'menubar=0,location=0,scrollbars,status,resizable,width=400,height=500', 0);\" />"; - echo "
"; + echo ""; echo "
"; } } // Authorize.net: User Payments if ($course->enrol == 'authorize' || (empty($course->enrol) && $CFG->enrol == 'authorize')) { echo "
"; - echo "
"; + echo "
"; echo "id\" />"; echo "id\" />"; echo ""; - echo "
"; + echo ""; echo "
"; } echo "\n"; -- 2.39.5