From: toyomoyo Date: Thu, 4 Jan 2007 07:19:55 +0000 (+0000) Subject: adding fieldset MDL-7861, needs new css class for border? X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4a8f3398f9d86f2d997d8f96bc3c885bebb727b2;p=moodle.git adding fieldset MDL-7861, needs new css class for border? --- diff --git a/user/view.php b/user/view.php index a2ef2b5f31..14a85b9792 100644 --- a/user/view.php +++ b/user/view.php @@ -353,6 +353,7 @@ if ($currentuser and !isguest()) { if ($internalpassword ) { echo "
"; + echo "
"; echo "id\" />"; if (!empty($USER->realuser)) { // changing of password when "Logged in as" is not allowed @@ -360,10 +361,13 @@ } else { echo ""; } + echo "
"; echo "
"; } elseif ( method_exists($userauth, 'change_password_url') and strlen($userauth->change_password_url())) { echo "
change_password_url()."\" method=\"get\">"; + echo "
"; echo ""; + echo "
"; echo "
"; } } @@ -378,18 +382,22 @@ get_user_roles($coursecontext, $user->id)) ) { // This user has roles echo '
'; + echo "
"; echo ''; echo ''; echo ''; + echo "
"; echo '
'; } } if ($USER->id != $user->id && has_capability('moodle/user:loginas', $coursecontext)) { echo '
'; + echo "
"; echo ''; echo ''; echo ''; + echo "
"; echo '
'; } @@ -401,21 +409,27 @@ $messagebuttonname = get_string("messages", "message"); } echo "
"; + echo "
"; echo ""; + echo "
"; echo "
"; } else { echo "
id\" action=\"../message/discussion.php\" method=\"get\">"; + echo "
"; echo "id\" />"; echo "id', 'message_$user->id', 'menubar=0,location=0,scrollbars,status,resizable,width=400,height=500', 0);\" />"; + echo "
"; echo "
"; } } // Authorize.net: User Payments if ($course->enrol == 'authorize' || (empty($course->enrol) && $CFG->enrol == 'authorize')) { echo "
"; + echo "
"; echo "id\" />"; echo "id\" />"; echo ""; + echo "
"; echo "
"; } echo "";