Bugzilla – Attachment 74450 Details for
Bug 9302
Add ability to merge patron records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9302: Wrap display_names block line with a span tag
Bug-9302-Wrap-displaynames-block-line-with-a-span-.patch (text/plain), 1.28 KB, created by
Kyle M Hall (khall)
on 2018-04-18 15:28:35 UTC
(
hide
)
Description:
Bug 9302: Wrap display_names block line with a span tag
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-18 15:28:35 UTC
Size:
1.28 KB
patch
obsolete
>From a12337569ad31939a556fa25c4ec98bd707f3cf8 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Wed, 18 Apr 2018 11:20:33 -0400 >Subject: [PATCH] Bug 9302: Wrap display_names block line with a span tag > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >index 6deeae6fc3..d8b6081b8d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >@@ -108,7 +108,7 @@ > [% SET count = r.value %] > [% IF count %] > <p> >- [% count %] [% PROCESS display_names rs = name %] transferred. >+ <span>[% count %] [% PROCESS display_names rs = name %] transferred.</span> > [% IF name == 'Reserve' %] > <strong>It is advisable to check for and resolve duplicate holds due to merging.</strong> > [% END %] >-- >2.15.1 (Apple Git-101)
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 9302
:
66615
|
66617
|
68606
|
70474
|
70477
|
70478
|
70479
|
70482
|
70483
|
72082
|
72083
|
73645
|
73646
|
73647
|
73648
|
73649
|
73660
|
73661
|
73662
|
73663
|
73664
|
73668
|
73679
|
74439
|
74440
|
74441
|
74442
|
74443
|
74444
|
74445
|
74446
|
74447
|
74448
|
74449
| 74450 |
74451
|
74585
|
74653