From 4e1f49097c184ec7b199fe8176ccf6b9ae331035 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 30 Dec 2010 12:07:11 -0500 Subject: [PATCH] Reimplemented fix for bug 5556, OPAC does not display the type of authority Formatting Janusz's suggested changes as a patch. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack --- .../prog/en/modules/opac-authoritiessearchresultlist.tmpl | 2 +- opac/opac-authorities-home.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tmpl index 012ef9f6db..a87f162530 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tmpl @@ -51,7 +51,7 @@ "> - + diff --git a/opac/opac-authorities-home.pl b/opac/opac-authorities-home.pl index 104dff27e8..292d0a8ccb 100755 --- a/opac/opac-authorities-home.pl +++ b/opac/opac-authorities-home.pl @@ -141,6 +141,7 @@ if ( $op eq "do_search" ) { to => $to, numbers => \@numbers, authtypecode => $authtypecode, + authtypetext => $authtypes->{$authtypecode}{'authtypetext'}, isEDITORS => $authtypecode eq 'EDITORS', ); -- 2.20.1