@@ -, +, @@ interface pattern --- .../intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt | 10 +++++----- .../intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt | 2 +- .../prog/en/modules/clubs/templates-add-modify.tt | 6 +++--- koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) --- 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 @@ -122,7 +122,7 @@
- + Cancel
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt @@ -83,7 +83,7 @@ [% IF CAN_user_clubs_edit_templates %]
- New club template + New club template
[% END %] @@ -124,14 +124,14 @@ [% Branches.GetName( t.branchcode ) %] [% IF CAN_user_clubs_edit_templates %] - + Edit [% END %] [% IF CAN_user_clubs_edit_templates %] - + Delete [% END %] @@ -201,14 +201,14 @@ [% Branches.GetName( c.branchcode ) %] [% IF CAN_user_clubs_edit_clubs %] - + Edit [% END %] [% IF CAN_user_clubs_edit_clubs %] - + Delete [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt @@ -24,7 +24,7 @@ [% e.date_enrolled | $KohaDates %] [% IF CAN_user_clubs_enroll %] - + Cancel @@ -57,7 +57,7 @@ [% c.description %] [% IF CAN_user_clubs_enroll %] - + Enroll --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt @@ -28,7 +28,7 @@ [% END %]
  • - Enroll + Enroll Cancel
  • --- 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 @@ -122,7 +122,7 @@ [% END %]
    - + Add new field
    @@ -167,7 +167,7 @@ [% END %]
    - + Add new field
    @@ -176,7 +176,7 @@
    - + Cancel
    --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt @@ -24,7 +24,7 @@ [% e.date_enrolled | $KohaDates %] [% IF e.club.club_template.is_enrollable_from_opac %] - + Cancel @@ -57,7 +57,7 @@ [% c.description %] [% IF !c.club_template.is_email_required || ( c.club_template.is_email_required && borrower.FirstValidEmailAddress ) %] - + Enroll [% ELSE %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt @@ -28,7 +28,7 @@ [% END %]
  • - Enroll + Enroll Cancel
  • --