diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 62ca069..580487a 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -111,6 +111,14 @@ $section = 0; $thissection = $sections[$section]; + require_once $CFG->dirroot."/course/massaction/lib.php"; + + if (isediting($course->id)) { + echo "
".get_string('delete_continue', 'massaction')." |
$modname |
+This toolbar allows instructors to perform actions upon +multiple resources or activities in the class view, rather +than having to perform repeated actions on individual items. +
+ ++To use this toolbar, Javascript must be enabled in your +browser, you must be in editing mode in the course +home page, and Ajax must be disabled. Only the +courses in the Week or Topics formats are supported. +
+ ++Supported actions include mass deletion, mass hiding, +mass showing, and mass moving. To select items to perform +actions on, simply click the checkbox to the right of it +in the course home page, then at the top or bottom +of the page, click the action you would like to perform. +
diff --git a/lang/en_utf8/massaction.php b/lang/en_utf8/massaction.php new file mode 100644 index 0000000..8c92aab --- /dev/null +++ b/lang/en_utf8/massaction.php @@ -0,0 +1,14 @@ +Mass Actions'; +$string['cancel'] = 'Cancel'; +$string['section'] = 'Section'; +$string['sectionzero'] = 'Section 0'; +?> \ No newline at end of file