Bugzilla – Attachment 23393 Details for
Bug 10691
5xx not properly linked by authid in authority search result list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10691: (follow-up) restore behaviour for control field ($w)
Bug-10691-follow-up-restore-behaviour-for-control-.patch (text/plain), 3.43 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-12-11 14:23:00 UTC
(
hide
)
Description:
Bug 10691: (follow-up) restore behaviour for control field ($w)
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-12-11 14:23:00 UTC
Size:
3.43 KB
patch
obsolete
>From 3f9ea9e93d0ea14c8414d7412691de3d2b7e4464 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Wed, 11 Dec 2013 11:14:47 -0300 >Subject: [PATCH] Bug 10691: (follow-up) restore behaviour for control field > ($w) > >As noted by Jared, on hte presence of 4XX$w or 5XX$w the display got broken >by this refactoring. This patch restores de previous behaviour in that front. > >Regards >To+ >--- > .../prog/en/includes/authorities-search-results.inc | 19 ++++++++++++++----- > 1 file changed, 14 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 bb8e3f6..7d96264 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 >@@ -1,4 +1,11 @@ > [% BLOCK showreference %] >+<!-- >+ Parameters: >+ heading: the heading itself >+ linkType: currently 'seefrom' or 'seealso', controls the label for the entry >+ type: >+ authid: if it is a linked authority, its authid >+--> > [% SET authidurl = '/cgi-bin/koha/authorities/detail.pl?authid=' %] > [% SET searchurl = '/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&marclist=any&operator=contains&orderby=HeadingAsc&value=' %] > >@@ -15,14 +22,14 @@ > [% END %] > [% ELSE %] > <span class="label"> >- [% IF ( type=='seefrom' ) %] >+ [% IF ( linkType=='seefrom' ) %] > used for/see from: >- [% ELSIF ( type=='seealso' ) %] >+ [% ELSIF ( linkType=='seealso' ) %] > see also: > [% END %] > </span> > <span class="heading"> >- [% IF ( type=='seealso' ) %] >+ [% IF ( linkType=='seealso' ) %] > [% IF ( authid ) %] > <a href="[% authidurl | url %][% authid | url %]">[% heading | html %]</a> > [% ELSE %] >@@ -68,7 +75,7 @@ > [% IF summary.seefrom %] > <div class="authres_seefrom"> > [% FOREACH see IN summary.seefrom %] >- [% PROCESS showreference heading=see.heading label="" type=see.type search='' %] >+ [% PROCESS showreference heading=see.heading linkType="" type=see.type search='' %] > [% IF ! loop.last %] ; [% END %] > [% END %] > </div> >@@ -76,7 +83,7 @@ > [% IF summary.seealso %] > <div class="authres_seealso"> > [% FOREACH see IN summary.seealso %] >- [% PROCESS showreference heading=see.heading label="" type=see.type search='' %] >+ [% PROCESS showreference heading=see.heading linkType="" type=see.type search='' %] > [% IF ! loop.last %] ; [% END %] > [% END %] > </div> >@@ -96,6 +103,7 @@ > <div class="seefrom authref"> > [% PROCESS showreference > heading=seefro.heading >+ linkType='seefrom' > type=seefro.type > authid=seefro.authid > %] >@@ -107,6 +115,7 @@ > <div class="seealso authref"> > [% PROCESS showreference > heading=seeals.heading >+ linkType='seealso' > type=seeals.type > authid=seeals.authid > %] >-- >1.8.3.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 10691
:
21210
|
21212
|
21716
|
21717
|
21727
|
21728
|
21893
|
21894
|
21895
|
22211
|
22212
|
22213
|
22214
|
22215
|
22785
|
22786
|
22787
|
23393
|
23394
|
23528
|
23529
|
23530
|
24232
|
24233
|
24234
|
24461
|
24462
|
24463