Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt
Katrin Fischer 6c1092396a Bug 20706: Adds en language code to the links to the manual
As we don't have a fix yet to link to the right translated manual,
this adds /en to the links from the help files to the manual to
make them work again.

Check with both patches applied, that the links work.
You will have to change 17.11 to 18.05.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-16 11:31:14 -03:00

19 lines
1.4 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Add/edit a course</h1>
<p>Once you have completed your set up for Course Reserves you can start creating courses and adding titles to the reserve list.</p>
<p>From the main course reserves page you can add a new course by clicking the 'New course' button at the top left.</p>
<p>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 an instructor to this course simply start typing their name and Koha will search your patron database to find you the right person.</p>
<p>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.</p>
<p>If you would like your course to show publicly you'll want to be sure to check the 'Enabled?' box before saving your new course.</p>
<p>Once your course is saved it will show on the main course reserves page and be searchable by any field in the course.</p>
<p><strong>See the full documentation for adding Course reserves in the <a href="http://koha-community.org/manual/[% helpVersion %]/en/html/course_reserves.html#adding-courses">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]