Bugzilla – Attachment 115692 Details for
Bug 27472
Improve link text when successfully merging bibliographic records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27472: Improve link text (merge.tt)
Bug-27472-Improve-link-text-mergett.patch (text/plain), 1.38 KB, created by
Jonathan Druart
on 2021-01-22 13:23:45 UTC
(
hide
)
Description:
Bug 27472: Improve link text (merge.tt)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-22 13:23:45 UTC
Size:
1.38 KB
patch
obsolete
>From c26c02101463686e84655f79bc1f7f474ec58b3f Mon Sep 17 00:00:00 2001 >From: Amy King <amyking386@gmail.com> >Date: Wed, 20 Jan 2021 20:12:44 +0000 >Subject: [PATCH] Bug 27472: Improve link text (merge.tt) > >Test plan: >1. Complete the steps above to reproduce, specially noting the last >step. >2. Apply patch >3. Complete step 1 again, but now notice how the link says "View the >merged record" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >index 67c8e6771b..82667f1ad3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >@@ -39,7 +39,7 @@ div#result { margin-top: 1em; } > [% END %] > > [% ELSE %] >- <p>The merge was successful. <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% ref_biblionumber | uri %]">Click here to see the merged record.</a></p> >+ <p>The merge was successful. <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% ref_biblionumber | uri %]">View the merged record.</a></p> > <h3>Report</h3> > <table> > <thead> >-- >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 27472
:
115389
|
115391
|
115453
|
115542
|
115562
| 115692