Bugzilla – Attachment 151069 Details for
Bug 33320
Patron modification requests: options are squashed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33320: Add spacing in Patron modification requests
Bug-33320-Add-spacing-in-Patron-modification-reque.patch (text/plain), 1.84 KB, created by
Owen Leonard
on 2023-05-11 11:13:50 UTC
(
hide
)
Description:
Bug 33320: Add spacing in Patron modification requests
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-05-11 11:13:50 UTC
Size:
1.84 KB
patch
obsolete
>From 1db18524da2891625e66bce789e11991684867ca Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 11 May 2023 12:51:46 +0200 >Subject: [PATCH] Bug 33320: Add spacing in Patron modification requests > >* Go to the OPAC, log into your account >* Make changes to your personal details and save >* Go to the staff interface and use the link on the start page to > moderate the change request >* At the top of the list you'll see something like: > >Without this patch: > Ignore|Patron details >With this patch: > Ignore | Patron details > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/members/members-update.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >index cb2ede695e..99b2b62c52 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >@@ -129,7 +129,7 @@ > > > <label for="ignore_modify_[% pm.borrowernumber | html %]"><input type="radio" id="ignore_modify_[% pm.borrowernumber | html %]" name="modify_[% pm.borrowernumber | html %]" value="ignore" checked="checked"/> Ignore</label> >- | <a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% pm.borrowernumber | html %]" >Patron details</a> >+ | <a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% pm.borrowernumber | html %]" >Patron details</a> > </div> > > [% IF borrowers.$borrowernumber.gonenoaddress > 0 %] >-- >2.30.2
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 33320
:
151068
|
151069
|
151080