From: mark-nielsen Date: Tue, 19 Sep 2006 02:29:42 +0000 (+0000) Subject: Fixed alignment problem with the buttons for password protected lessons X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8271e5cec861a2b1689dacde830229488d3a8ffd;p=moodle.git Fixed alignment problem with the buttons for password protected lessons --- 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);