Bugzilla – Attachment 46383 Details for
Bug 15469
Authority header search is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15469: Same fix for the "entire record" tab
Bug-15469-Same-fix-for-the-entire-record-tab.patch (text/plain), 1.63 KB, created by
Jonathan Druart
on 2016-01-07 08:30:18 UTC
(
hide
)
Description:
Bug 15469: Same fix for the "entire record" tab
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-07 08:30:18 UTC
Size:
1.63 KB
patch
obsolete
>From 84d401f7698cb58eb9109d68b5110a78a292f1f8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 7 Jan 2016 08:29:40 +0000 >Subject: [PATCH] Bug 15469: Same fix for the "entire record" tab > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >index 164e20f..d410dcc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc >@@ -191,11 +191,11 @@ > <input type="hidden" name="type" value="intranet" /> > <select name="authtypecode"> > [% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] >- [% FOREACH authtypesloo IN authtypesloop %] >- [% IF ( authtypesloo.selected ) %] >- <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option> >+ [% FOREACH authority_type IN authority_types %] >+ [% IF authority_type.authtypecode == authtypecode %] >+ <option value="[% authority_type.authtypecode %]" selected="selected">[% authority_type.authtypetext %]</option> > [% ELSE %] >- <option value="[% authtypesloo.value %]">[% authtypesloo.authtypetext %]</option> >+ <option value="[% authority_type.authtypecode %]">[% authority_type.authtypetext %]</option> > [% END %] > [% END %] > </select> >-- >2.1.0
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 15469
:
46248
|
46249
|
46344
|
46383
|
46468
|
46469