mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
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:
parent
f5c864efff
commit
9638a1f496
5 changed files with 27 additions and 36 deletions
|
@ -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)." \n";
|
||||
echo "<table width=\"100%\" border=\"1\" class=\"generalbox\"><tr><th colspan=\"2\">".format_string($page->title)." \n";
|
||||
if (isteacheredit($course->id)) {
|
||||
if ($npages > 1) {
|
||||
echo "<a title=\"".get_string("move")."\" href=\"lesson.php?id=$cm->id&action=move&pageid=$page->id\">\n".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue