From 5b184c3f442e7576c5a6de575f199a199c6538b3 Mon Sep 17 00:00:00 2001 From: ethem Date: Tue, 5 Feb 2008 17:27:35 +0000 Subject: [PATCH] *** empty log message *** --- enrol/authorize/enrol.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enrol/authorize/enrol.php b/enrol/authorize/enrol.php index e775415672..7fd9bdc5da 100755 --- a/enrol/authorize/enrol.php +++ b/enrol/authorize/enrol.php @@ -67,7 +67,7 @@ class enrolment_plugin_authorize print_heading(get_string('choosemethod', 'enrol_authorize'), 'center'); } - print_simple_box_start('center', '80%'); + print_box_start(); if ($USER->username == 'guest') { // only real guest user, not for users with guest role $curcost = get_course_cost($course); echo '
'; @@ -96,7 +96,7 @@ class enrolment_plugin_authorize } $frmenrol->display(); } - print_simple_box_end(); + print_box_end(); if ($course->password) { $password = ''; -- 2.39.5