From 3224cdf4077fafcd786846181c855d29f79ebba3 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 21 Feb 2017 14:15:24 +0000 Subject: [PATCH] Bug 12461 [QA Followup] - Changes based on Koha standard 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(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt index 4bc5134..e7230bd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt @@ -122,7 +122,7 @@
- + Cancel
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt index 34fb75b..cd69780 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt @@ -83,7 +83,7 @@ [% IF CAN_user_clubs_edit_templates %]
[% 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 %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt index 60ea541..30cb710 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt +++ b/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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt index 9086451..25ee4ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt @@ -28,7 +28,7 @@ [% END %]
  • - Enroll + Enroll Cancel
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt index 967c76e..b311ff4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt +++ b/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
    diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt index 94baab0..76ed1fc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt +++ b/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 %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt index 559abd8..6ea5094 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt @@ -28,7 +28,7 @@ [% END %]
  • - Enroll + Enroll Cancel
  • -- 2.1.4