From 8271e5cec861a2b1689dacde830229488d3a8ffd Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Tue, 19 Sep 2006 02:29:42 +0000 Subject: [PATCH] Fixed alignment problem with the buttons for password protected lessons --- mod/lesson/view.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/lesson/view.php b/mod/lesson/view.php index 00d1288647..151168d4f3 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -75,10 +75,11 @@ } echo get_string('passwordprotectedlesson', 'lesson', format_string($lesson->name))."

\n". - get_string('enterpassword', 'lesson')."

\n". + get_string('enterpassword', 'lesson')."

\n
". ''. get_string('cancel', 'lesson') .' '; lesson_print_submit_link(get_string('continue', 'lesson'), 'password', 'center', 'standardbutton submitbutton'); + echo '
'; print_simple_box_end(); echo "\n"; print_footer($course); -- 2.39.5