Bugzilla – Attachment 108013 Details for
Bug 25879
Improve display of guarantor information in the patron entry form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25879: (follow-up) Update overlooked guarantor markup
Bug-25879-follow-up-Update-overlooked-guarantor-ma.patch (text/plain), 3.28 KB, created by
Nick Clemens (kidclamp)
on 2020-08-10 18:41:26 UTC
(
hide
)
Description:
Bug 25879: (follow-up) Update overlooked guarantor markup
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-08-10 18:41:26 UTC
Size:
3.28 KB
patch
obsolete
>From fa7a48cfca54c51d1ad7d9497f388d256aaf351e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sat, 8 Aug 2020 13:30:35 +0000 >Subject: [PATCH] Bug 25879: (follow-up) Update overlooked guarantor markup > >This patch updates another section of guarantor markup which should have >been updated with the others. > >To test, apply the patch and locate an adult patron. > > - Click "Add guarantee" > - Confirm that the part of the form for adding a guarantee looks > correct. > - Confirm that the new patron information is saved correctly. > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index e0e8902c52..3c218b00ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -443,11 +443,11 @@ legend:hover { > </fieldset> > [% END # END relationships foreach %] > [% IF guarantor && (!relationships) %] >- <fieldset class="rows"> >+ <fieldset class="guarantor"> > <ol> > <li class="guarantor-details" data-borrowernumber="0"> >- <span class="label">Patron card number:</span> >- <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantor.borrowernumber | uri %]" target="blank">[% guarantor.cardnumber | html %]</a> >+ <span class="label">Guarantor:</span> >+ <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantor.borrowernumber | uri %]" target="blank">[% guarantor.firstname | html %] [% guarantor.surname | html %] ([% guarantor.cardnumber | html %])</a> > <input type="hidden" class="new_guarantor_id" name="new_guarantor_id" value="[% guarantor.borrowernumber | html %]"/> > </li> > >@@ -473,7 +473,7 @@ legend:hover { > > <li> > <label for="guarantor_cancel"> </label> >- <span><a href="#" class="guarantor_cancel">Remove</a></span> >+ <span><a href="#" class="guarantor_cancel"><i class="fa fa-trash" aria-hidden="true"></i> Remove</a></span> > </li> > </ol> > </fieldset> >-- >2.11.0
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 25879
:
106311
|
106638
|
106669
|
107973
|
108012
| 108013