Bugzilla – Attachment 11274 Details for
Bug 8520
Authorities display incorrectly in staff results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8520: fix authority display in staff client
Bug-8520-fix-authority-display-in-staff-client.patch (text/plain), 1.21 KB, created by
Tomás Cohen Arazi (tcohen)
on 2012-08-01 18:26:45 UTC
(
hide
)
Description:
Bug 8520: fix authority display in staff client
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2012-08-01 18:26:45 UTC
Size:
1.21 KB
patch
obsolete
>From 13b69c3b5bf818e7fe2aa2fd572ae7d7f8d46e72 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Mon, 30 Jul 2012 09:25:30 -0400 >Subject: [PATCH] Bug 8520: fix authority display in staff client >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > .../en/includes/authorities-search-results.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 %] >-- >1.7.9.5
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 8520
:
11194
|
11274
|
11420
|
11421
|
11422
|
11423
|
11947
|
11955