@@ -, +, @@ - Tools -> Patron clubs - New and Edit club template - New and Edit club - Club enrollments (from the list of clubs choose Actions -> Enrollments) --- .../prog/en/modules/clubs/club-enrollments.tt | 15 ++++++++++----- .../prog/en/modules/clubs/clubs-add-modify.tt | 14 +++++++++----- .../prog/en/modules/clubs/clubs.tt | 7 ++++++- .../en/modules/clubs/templates-add-modify.tt | 18 +++++++++++------- 4 files changed, 36 insertions(+), 18 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt @@ -3,11 +3,16 @@ [% USE KohaDates %] [% USE Branches %] [% USE Koha %] -[% USE AuthorisedValues %] -[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %] +[% USE HtmlTags %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Club enrollments › Patron clubs › Tools › Koha +[% FILTER collapse %] + [% tx("Club enrollments for {club_name}", { club_name = club.name }) | html %] › + [% t("Patron clubs") | html %] › + [% t("Tools") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -25,7 +30,7 @@ Patron clubs [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] - Club enrollments + Club enrollments for [% club.name | html | $HtmlTags tag="em" %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %] @@ -37,7 +42,7 @@ [% IF !club %]
The club you requested does not exist.
[% ELSE %] -

Club enrollments for [% club.name | html %]

+

Club enrollments for [% club.name | html | $HtmlTags tag="em" %]

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt @@ -3,15 +3,19 @@ [% USE KohaDates %] [% USE Branches %] [% USE AuthorisedValues %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - +<title>[% FILTER collapse %] [% IF club %] - Modify club [% club.name | html %] + [% tx("Modify club {club_name}", { club_name = club.name }) | html %] [% ELSE %] - Create a new [% club_template.name | html %] club - [% END %] › Patron clubs › Tools › Koha - + [% tx("Create a new {club_template} club", { club_template = club_template.name }) | html %] + [% END %] › + [% t("Patron clubs") | html %] › + [% t("Tools") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt @@ -3,9 +3,14 @@ [% USE KohaDates %] [% USE Branches %] [% USE Koha %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Patron clubs › Tools › Koha +[% FILTER collapse %] + [% t("Patron clubs") | html %] › + [% t("Tools") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt @@ -2,15 +2,19 @@ [% USE Branches %] [% USE AuthorisedValues %] [% USE HtmlTags %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] - +<title>[% FILTER collapse %] [% IF club_template %] - Modify club template [% club_template.name | html %] + [% tx("Modify club template {club_template}", { club_template = club_template.name }) | html %] › [% ELSE %] - Create a new club template - [% END %] › Patron clubs › Tools › Koha - + [% t("New club template") | html %] + [% END %] › + [% t("Patron clubs") | html %] › + [% t("Tools") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %]