Bugzilla – Attachment 98927 Details for
Bug 15352
Use URLLinkText instead of URL for item links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15352: (RM follow-up) Add missing filters
Bug-15352-RM-follow-up-Add-missing-filters.patch (text/plain), 1.67 KB, created by
Martin Renvoize (ashimema)
on 2020-02-14 11:00:12 UTC
(
hide
)
Description:
Bug 15352: (RM follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-14 11:00:12 UTC
Size:
1.67 KB
patch
obsolete
>From 8d417d4a6fccf5d871a389ce13cd1d283ce1deee Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 14 Feb 2020 10:59:20 +0000 >Subject: [PATCH] Bug 15352: (RM follow-up) Add missing filters > >Damn, I missed a case in the first followup! > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 4ab9a27c8a..20bb32bb37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -405,7 +405,7 @@ Note that permanent location is a code, and location may be an authval. > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> > [% IF ( itemdata_uri ) %] > [% IF Koha.Preference('URLLinkText') %] >- <td class="uri"><a href="[% item.uri | url %]">[% Koha.Preference('URLLinkText') %]</a></td> >+ <td class="uri"><a href="[% item.uri | url %]">[% Koha.Preference('URLLinkText') | html %]</a></td> > [% ELSIF item.uri %] > <td class="uri"><a href="[% item.uri | url %]">Link to resource</a></td> > [% ELSE %] >-- >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 15352
:
45578
|
62347
|
62473
|
65335
|
98784
|
98828
|
98832
|
98901
|
98905
| 98927