Bugzilla – Attachment 143180 Details for
Bug 32108
Change "x" icon to replace patron when scheduling a pickup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32108: Replace "x" icon with "trash" + Remove
Bug-32108-Replace-x-icon-with-trash--Remove.patch (text/plain), 1.58 KB, created by
David Nind
on 2022-11-04 12:16:00 UTC
(
hide
)
Description:
Bug 32108: Replace "x" icon with "trash" + Remove
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-04 12:16:00 UTC
Size:
1.58 KB
patch
obsolete
>From 9a6d7bc1b5a87152b753ca286d14269a2f0b942a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 4 Nov 2022 12:24:36 +0100 >Subject: [PATCH] Bug 32108: Replace "x" icon with "trash" + Remove > >Change "x" icon to replace patron when scheduling a pickup. > >Test plan: >Schedule a new pickup, select a patron, notice the change. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >index 62bb1c2b0e..0e03196af6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >@@ -456,7 +456,7 @@ > <li> > <label>Patron: </label> > <span>[% INCLUDE 'patron-title.inc' patron=patron %]</span> >- <a title="Search for another patron" href="/cgi-bin/koha/circ/curbside_pickups.pl?tab=schedule-pickup"><i class="fa fa-fw fa-remove"></i></a> >+ <a title="Search for another patron" href="/cgi-bin/koha/circ/curbside_pickups.pl?tab=schedule-pickup"><i class="fa fa-trash"></i> Remove</a> > </li> > > <li> >-- >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 32108
:
143176
|
143180
|
143353
|
143611