mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 21:36:58 +01:00
when editing a lesson for the first time, added a link to importppt.php in the list of options
This commit is contained in:
parent
8707ce6910
commit
be154395e8
@ -1203,6 +1203,8 @@
|
||||
print_simple_box( "<table cellpadding=\"5\" border=\"0\">\n<tr><th>".get_string("whatdofirst", "lesson")."</th></tr><tr><td>".
|
||||
"<a href=\"import.php?id=$cm->id&pageid=0\">".
|
||||
get_string("importquestions", "lesson")."</a></td></tr><tr><td>".
|
||||
"<a href=\"importppt.php?id=$cm->id&pageid=0\">".
|
||||
get_string("importppt", "lesson")."</a></td></tr><tr><td>".
|
||||
"<a href=\"lesson.php?id=$cm->id&action=addbranchtable&pageid=0&firstpage=1\">".
|
||||
get_string("addabranchtable", "lesson")."</a></td></tr><tr><td>".
|
||||
"<a href=\"lesson.php?id=$cm->id&action=addpage&pageid=0&firstpage=1\">".
|
||||
|
Loading…
x
Reference in New Issue
Block a user