Bugzilla – Attachment 159587 Details for
Bug 35034
Add link to the bibliographic records when they are selected for merging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35034: Add parameter that links titles to their records
Bug-35034-Add-parameter-that-links-titles-to-their.patch (text/plain), 1.41 KB, created by
Laura Escamilla
on 2023-12-05 15:07:27 UTC
(
hide
)
Description:
Bug 35034: Add parameter that links titles to their records
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2023-12-05 15:07:27 UTC
Size:
1.41 KB
patch
obsolete
>From 93584e99b847b8bece2ef66268a79759ac3c910b Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 5 Dec 2023 14:57:58 +0000 >Subject: [PATCH] Bug 35034: Add parameter that links titles to their records > >--- > 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 9ed117f7c6..ea00490255 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >@@ -116,7 +116,7 @@ div#result { margin-top: 1em; } > <input type="radio" value="[% record.biblionumber | html %]" id="ref_biblionumber[% record.biblionumber | html %]" name="ref_biblionumber" onclick="changeFramework('[% record.frameworkcode | html %]')" /> > [% END %] > <label for="ref_biblionumber[% record.biblionumber | html %]"> >- [% INCLUDE 'biblio-title.inc' biblio=record.data %] >+ [% INCLUDE 'biblio-title.inc' biblio=record.data link = 1 %] > ([% record.biblionumber | uri %]) <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% record.biblionumber | uri %]" class="previewData">View MARC</a> > </label> > </li> >-- >2.30.2
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 35034
:
156854
|
156876
|
156962
|
159587
|
159590
|
161456