Bugzilla – Attachment 115389 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: Changed link text from "click here" to "click this sentence".
Bug-27472-Changed-link-text-from-click-here-to-cli.patch (text/plain), 1.46 KB, created by
Amy King
on 2021-01-20 01:28:32 UTC
(
hide
)
Description:
Bug 27472: Changed link text from "click here" to "click this sentence".
Filename:
MIME Type:
Creator:
Amy King
Created:
2021-01-20 01:28:32 UTC
Size:
1.46 KB
patch
obsolete
>From cef89efaa1c49851e085ca6c40ee7aecfa260fd4 Mon Sep 17 00:00:00 2001 >From: Amy King <amyking386@gmail.com> >Date: Wed, 20 Jan 2021 01:23:45 +0000 >Subject: [PATCH] Bug 27472: Changed link text from "click here" to "click this > sentence". > >Test plan: >1. Complete the steps above, specially noting the last step. >2. Apply patch >3. Complete the steps above, but now notice how the link says "Click >this sentence..." after merging. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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..3fe801f71a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >@@ -1,4 +1,4 @@ >-[% USE raw %] >+% USE raw %] > [% USE Asset %] > [% SET footerjs = 1 %] > [% PROCESS 'merge-record.inc' %] >@@ -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 %]">Click this sentence to see the merged record.</a></p> > <h3>Report</h3> > <table> > <thead> >-- >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 27472
:
115389
|
115391
|
115453
|
115542
|
115562
|
115692