From 68502d183f93ee6016b1cfdcaf518bce07523aba Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 1 Dec 2021 15:44:26 +0000 Subject: [PATCH] Bug 29611: Clubs enrollment layout problem in the OPAC This patch makes a minor change to the HTML of the clubs enrollment form in the OPAC so that the layout works better. To test you should have at least one club available which allows public enrollment. The club should have at least one enrollment field configured. - Apply the patch and log in to the OPAC. - On the "Your summary" page, click the "Clubs" tab. - Click "Enroll" next to the club you configured. - You should see an enrollment form with the field(s) you configured. - The "Finish enrollment" button should be styled green and should be positioned inside the box which delineates the Clubs tab. Signed-off-by: David Nind Signed-off-by: Jonathan Druart Signed-off-by: Fridolin Somers --- koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 f7313a8ebd..6f6d62ee82 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt @@ -27,13 +27,12 @@ [% f.description | html %] [% END %] - -
  • - - Cancel -
  • +
    + + Cancel +
    -- 2.39.5