Bugzilla – Attachment 11286 Details for
Bug 8555
Quick fix for authority search results display in staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch.txt (text/plain), 2.05 KB, created by
Marcel de Rooy
on 2012-08-02 08:21:56 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-08-02 08:21:56 UTC
Size:
2.05 KB
patch
obsolete
>From cfba7e40c5f9867a48f1472383b1e1114d48949d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 2 Aug 2012 10:14:30 +0200 >Subject: [PATCH] 8555 Fixing authority search results display in staff >Content-Type: text/plain; charset="utf-8" > >Adds an include to authorities-search-results.inc >Gets heading from authorized hash instead of hash itself >--- > .../en/includes/authorities-search-results.inc | 2 +- > .../en/modules/authorities/searchresultlist.tt | 1 + > 2 files changed, 2 insertions(+), 1 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 92314b1..3defe48 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 >@@ -30,7 +30,7 @@ > [% IF ( summary.summary ) %][% summary.summary %]:[% END %] > [% UNLESS ( summary.summaryonly ) %] > [% FOREACH authorize IN summary.authorized %] >- <span class="authorizedheading">[% authorize %]</span> >+ <span class="authorizedheading">[% authorize.heading %]</span> > [% END %] > [% IF ( marcflavour == 'UNIMARC' ) %] > [% FOREACH note IN summary.notes %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt >index 038959f..3644424 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt >@@ -30,6 +30,7 @@ function searchauthority() { > <body id="auth_searchresultlist" class="auth"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'authorities-search.inc' %] >+[% INCLUDE 'authorities-search-results.inc' %] > > <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> › Authority search results</div> > >-- >1.7.7.6 >
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 8555
: 11286