From b07e603560236a3f0e429d049c262093e8ee1b97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Fri, 24 Feb 2012 08:50:16 +0100 Subject: [PATCH] SIGNED-OFF Bug 7590 Cataloging authorities search result page is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This bug occurs on UNIMARC DB with authorities linked together with TS/TG relations. To reproduce it: - Add a new biblio record - On 610 field, click on the tag editor button to search an authority - In the Authority search window, enter a large search - On the result page, for authorities having relations with other terms, in the Get it! column, you get a mess of TS/TG relations and not more Choose link. Signed-off-by: François Charbonnier Signed-off-by: Paul Poulain --- .../modules/authorities/searchresultlist-auth.tt | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt index 7a118c9..f42753a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt @@ -70,13 +70,7 @@ function jumpfull(page) [% resul.summary %] [% resul.used %] times - [% IF ( resul.repets ) %] - [% FOREACH repet IN resul.repets %] - [% repet.repet %] - [% END %] - [% ELSE %] - choose - [% END %] + choose Edit authority -- 1.7.2.5