Bugzilla – Attachment 78490 Details for
Bug 19550
Add links to related authorities for UNIMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19550: (RM follow-up) Add filters
Bug-19550-RM-follow-up-Add-filters.patch (text/plain), 1.97 KB, created by
Nick Clemens (kidclamp)
on 2018-09-06 14:34:22 UTC
(
hide
)
Description:
Bug 19550: (RM follow-up) Add filters
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-09-06 14:34:22 UTC
Size:
1.97 KB
patch
obsolete
>From 92592f3653a82eb3ceb6df90a2a0d351249b6d1e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 6 Sep 2018 14:34:03 +0000 >Subject: [PATCH] Bug 19550: (RM follow-up) Add filters > >--- > .../prog/en/includes/authorities-search-results.inc | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >index be3c0ab..7277360 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >@@ -9,19 +9,19 @@ > > [% IF marcflavour == 'UNIMARC' %] > [% IF authid %] >- [% link = BLOCK %]<a href="[% authidurl _ authid %]">[% heading | html %]</a>[% END %] >+ [% link = BLOCK %]<a href="[% authidurl _ authid | $raw %]">[% heading | html %]</a>[% END %] > [% ELSE %] > [% link = BLOCK %][% heading | html %][% END %] > [% END %] > [% SWITCH type %] > [% CASE 'broader' %] >- <span class="BT"><abbr title="Broader Term">BT</abbr>: [% link %]</span> >+ <span class="BT"><abbr title="Broader Term">BT</abbr>: [% link | $raw %]</span> > [% CASE 'narrower' %] >- <span class="NT"><abbr title="Narrower Term">NT</abbr>: [% link %]</span> >+ <span class="NT"><abbr title="Narrower Term">NT</abbr>: [% link | $raw %]</span> > [% CASE 'seefrom' %] >- <span class="UF"><abbr title="Used For">UF</abbr>: [% link %]</span> >+ <span class="UF"><abbr title="Used For">UF</abbr>: [% link | $raw %]</span> > [% CASE 'seealso' %] >- <span class="RT"><abbr title="Related Term">RT</abbr>: [% link %]</span> >+ <span class="RT"><abbr title="Related Term">RT</abbr>: [% link | $raw %]</span> > [% END %] > [% ELSE %] > <span class="heading"> >-- >2.1.4
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 19550
:
68856
|
72871
|
78089
| 78490 |
78530