@@ -, +, @@ reserves help - fix a typo - rename the help file for the course reserves home page so that it gets picked up when the user clicks the help link there. "Help" link. Verify that a help page with contents is displayed. --- .../{course_reserves.tt => course-reserves.tt} | 0 .../prog/en/modules/help/course_reserves/course.tt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/{course_reserves.tt => course-reserves.tt} (100%) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt @@ -6,7 +6,7 @@

From the main course reserves page you can add a new course by clicking the 'New course' button at the top left.

-

Your new course will need a Department, Number and Name at the bare minimum. You can also add in additional details like course section number and term. To link a instructor to this course simply start typing their name and Koha will search your patron database to find you the right person.

+

Your new course will need a Department, Number and Name at the bare minimum. You can also add in additional details like course section number and term. To link a ninstructor to this course simply start typing their name and Koha will search your patron database to find you the right person.

Once the instructor you want appears just click their name and they will be added. You can repeat this for all instructors on this course. Each instructor will appear above the search box and can be removed by clicking the 'Remove' link to the right of their name.

--