tried to make editing a lesson look nicer. Added generalbox class to tables and used tabs for selecting question types

This commit is contained in:
michaelpenne 2005-05-03 23:30:40 +00:00
parent f5c864efff
commit 9638a1f496
5 changed files with 27 additions and 36 deletions

View file

@ -1296,7 +1296,7 @@
/// CDC-FLAG /// end tree code (note, there is an "}" below for an else above)
while (true) {
echo "<tr><td>\n";
echo "<table width=\"100%\" border=\"1\"><tr><th colspan=\"2\">".format_string($page->title)."&nbsp;&nbsp;\n";
echo "<table width=\"100%\" border=\"1\" class=\"generalbox\"><tr><th colspan=\"2\">".format_string($page->title)."&nbsp;&nbsp;\n";
if (isteacheredit($course->id)) {
if ($npages > 1) {
echo "<a title=\"".get_string("move")."\" href=\"lesson.php?id=$cm->id&amp;action=move&amp;pageid=$page->id\">\n".