@@ -, +, @@ - Click a course to view it. - Click the "Add reserves" button. - In the breadcrumbs you should see: Home > Course reserves > [Course name] > Add reserves - [Course name] should link correctly to the course detail view. In the page title you should see: Add reserves > [Course name] > Course reserves > Home - Enter a barcode or biblionumber and proceed to the next step. Confirm that the same changes are in effect on the second page. - Perform the same tests in the "Batch add reserves" process. --- .../prog/en/modules/course_reserves/add_items-step1.tt | 7 +++++-- .../prog/en/modules/course_reserves/add_items-step2.tt | 7 +++++-- .../prog/en/modules/course_reserves/batch_add_items.tt | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt @@ -1,6 +1,6 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Add items › Course reserves › Koha +Add reserves › [% course.course_name | html %] › Course reserves › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -16,9 +16,12 @@
  • Course reserves
  • +
  • + [% course.course_name | html %] +
  • - Add reserves for [% course.course_name | html %] + Add reserves
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt @@ -1,7 +1,7 @@ [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF is_edit || course_reserve %]Edit item[% ELSE %]Add items[% END %] › Course reserves › Koha +[% IF is_edit || course_reserve %]Edit reserve[% ELSE %]Add reserves[% END %] › [% course.course_name | html %] › Course reserves › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -18,10 +18,13 @@
  • Course reserves
  • +
  • + [% course.course_name | html %] +
  • [% IF is_edit || course_reserve %] Edit [% ELSE %] Reserve [% END %] - [% biblio.title | html %] for [% course.course_name | html %] + [% biblio.title | html %]
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt @@ -5,7 +5,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Add items › Course reserves › Koha +Add reserves › [% course.course_name | html %] › Course reserves › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -21,9 +21,12 @@
  • Course reserves
  • +
  • + [% course.course_name | html %] +
  • - Add reserves for [% course.course_name | html %] + Add reserves
  • --