Bugzilla – Attachment 115457 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: changed link text
Bug-27471-changed-link-text.patch (text/plain), 1.31 KB, created by
Amy King
on 2021-01-20 20:38:31 UTC
(
hide
)
Description:
Bug 27471: changed link text
Filename:
MIME Type:
Creator:
Amy King
Created:
2021-01-20 20:38:31 UTC
Size:
1.31 KB
patch
obsolete
>From f837e6c3113137a221b7a960ce52ab11f1ac6c4a Mon Sep 17 00:00:00 2001 >From: Amy King <amyking386@gmail.com> >Date: Wed, 20 Jan 2021 20:35:54 +0000 >Subject: [PATCH] Bug 27471: changed link text > >Test plan: >1. Complete the steps above to reproduce, specially noting the last step >2. Apply the path >3. Complete step 1 again, but now notice how the link says "View the >merged record" >--- > 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..cbc601c71d 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 %]">View 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