@@ -, +, @@ (semester) - opac-tags (your account > your tags) - opac-authorities (search for an authority in Authority search) - review (tags in staff interface) --- .../prog/en/modules/course_reserves/course-details.tt | 4 +++- .../prog/en/modules/course_reserves/course-reserves.tt | 4 +++- .../opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt @@ -4,6 +4,8 @@ [% USE ItemTypes %] [% USE Branches %] [% USE TablesSettings %] +[%# USE the plugin and define some macros %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Course details for [% course.course_name | html %] › Course reserves › Koha @@ -65,7 +67,7 @@
  1. Course name [% course.course_name | html %]
  2. -
  3. Term [% AuthorisedValues.GetByCode( 'TERM', course.term ) | html %]
  4. +
  5. [% tp('Semester', 'Term') | html %] [% AuthorisedValues.GetByCode( 'TERM', course.term ) | html %]
  6. Department [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) | html %]
  7. Course number [% course.course_number | html %]
  8. Section [% course.section | html %]
  9. --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt @@ -3,6 +3,8 @@ [% USE AuthorisedValues %] [% USE TablesSettings %] [% SET footerjs = 1 %] +[%# USE the plugin and define some macros %] +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] Course reserves › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -48,7 +50,7 @@ Dept. Course # Section - Term + [% tp('Semester', 'Term') | html %] Instructors Staff note Public note --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt @@ -3,6 +3,8 @@ [% USE Koha %] [% USE AuthorisedValues %] [% USE TablesSettings %] +[%# USE the plugin and define some macros %] +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] Courses › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog @@ -41,7 +43,7 @@ Dept. Course # Section - Term + [% tp('Semester', 'Term') | html %] Instructors Notes --