Bugzilla – Attachment 115399 Details for
Bug 27471
Improve link text when successfully merging authorities and remove JS redirect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27471: Link text change so is more helpful.
Bug-27471-Link-text-change-so-is-more-helpful.patch (text/plain), 1.37 KB, created by
Amy King
on 2021-01-20 02:11:01 UTC
(
hide
)
Description:
Bug 27471: Link text change so is more helpful.
Filename:
MIME Type:
Creator:
Amy King
Created:
2021-01-20 02:11:01 UTC
Size:
1.37 KB
patch
obsolete
>From ad84b4d8c30c9a1c2b09f61792b27266fdb14c73 Mon Sep 17 00:00:00 2001 >From: Amy King <amyking386@gmail.com> >Date: Wed, 20 Jan 2021 02:07:34 +0000 >Subject: [PATCH] Bug 27471: Link text change so is more helpful. > >Test PLan: >1. Complete the above steps to reproduce, specially noting the last step >2. Apply the patch >3. Complete step 1 again, but now notice how the links says "This >sentence is the link to ..." >--- > koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >index e102527c13..16a9d0a1b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >@@ -47,7 +47,7 @@ div#result { margin-top: 1em; } > [% ELSIF ( result ) %] > > <script>window.location.href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | html %]";</script> >- <p>The merging was successful. <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | uri %]">Click here to see the merged record.</a></p> >+ <p>The merging was successful. <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | uri %]">This sentence is the link to see the merged record.</a></p> > > [% ELSIF ( choosereference ) %] > >-- >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 27471
:
115399
|
115457
|
115480
|
115622
|
115639
|
115678