From a3645f415c5c5ead053f2bbb379ac7b6fc5cca36 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 2 Aug 2013 20:56:14 +0000 Subject: [PATCH] Bug 10671: correct minor issues in course 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. To test: [1] Go to the course reserves home page, then click on the "Help" link. Verify that a help page with contents is displayed. Signed-off-by: Galen Charlton Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../help/course_reserves/{course_reserves.tt => course-reserves.tt} | 0 koha-tmpl/intranet-tmpl/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%) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course_reserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-reserves.tt similarity index 100% rename from koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course_reserves.tt rename to koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-reserves.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt index e5ff376..a427719 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt +++ b/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.

-- 1.8.3.1