Fixed alignment problem with the buttons for password protected lessons

This commit is contained in:
mark-nielsen
2006-09-19 02:29:42 +00:00
parent d76a5a7fed
commit 8271e5cec8
+2 -1
View File
@@ -75,10 +75,11 @@
}
echo get_string('passwordprotectedlesson', 'lesson', format_string($lesson->name))."<br /><br />\n".
get_string('enterpassword', 'lesson')." <input type=\"password\" name=\"userpassword\" /><br /><br />\n".
get_string('enterpassword', 'lesson')." <input type=\"password\" name=\"userpassword\" /><br /><br />\n<center>".
'<span class="lessonbutton standardbutton"><a href="'.$CFG->wwwroot.'/course/view.php?id='. $course->id .'">'. get_string('cancel', 'lesson') .'</a></span> ';
lesson_print_submit_link(get_string('continue', 'lesson'), 'password', 'center', 'standardbutton submitbutton');
echo '</center>';
print_simple_box_end();
echo "</div>\n";
print_footer($course);