Bugzilla – Attachment 128140 Details for
Bug 29611
Clubs enrollment layout problem in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29611: Clubs enrollment layout problem in the OPAC
Bug-29611-Clubs-enrollment-layout-problem-in-the-O.patch (text/plain), 1.98 KB, created by
David Nind
on 2021-12-01 20:19:23 UTC
(
hide
)
Description:
Bug 29611: Clubs enrollment layout problem in the OPAC
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-12-01 20:19:23 UTC
Size:
1.98 KB
patch
obsolete
>From 56c3435c57897112d935333b8f899d14679c7658 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <david@davidnind.com> >--- > 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 @@ > <span class="hint">[% f.description | html %]</span> > </li> > [% END %] >- >- <li> >- <button class="btn btn-default" onclick="addEnrollment(); return false;">Finish enrollment</button> >- <a href="#" onclick="showClubs(); return false;">Cancel</a> >- </li> > </ol> > </fieldset> >+ <fieldset class="action"> >+ <button class="btn btn-primary" onclick="addEnrollment(); return false;">Finish enrollment</button> >+ <a href="#" class="cancel" onclick="showClubs(); return false;">Cancel</a> >+ </fieldset> > </form> > </div> > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29611
:
128135
|
128136
|
128140
|
128147