From 55a5fba64d923aee55431842c3569b897b7c0fc7 Mon Sep 17 00:00:00 2001 From: Roch D'Amour Date: Wed, 11 Apr 2018 14:49:16 -0400 Subject: [PATCH] Bug 12747: Adjustment to Z39.05 search template Removed some old columns that were moved in a previous patch and brought back in while rebasing. Also moved the additionnal fields column to the left of the action columns, so the pull down menu stays at the far right of the line. --- .../prog/en/modules/cataloguing/z3950_search.tt | 28 +++++++++------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt index 9b8a24e5..da78c51 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -101,13 +101,10 @@ Edition ISBN LCCN - Actions [% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] Additional fields [% END %] - MARC - Card -   + Actions [% FOREACH breeding_loo IN breeding_loop %] [% IF ( breeding_loo.breedingid ) %] @@ -120,6 +117,16 @@ [% breeding_loo.edition %] [% breeding_loo.isbn %] [% breeding_loo.lccn %] + [% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] + +
+ [% FOREACH addnumberfield IN breeding_loo.addnumberfields %] +
[% addnumberfield %]:
+
[% breeding_loo.$addnumberfield %]
+ [% END %] +
+ + [% END %] - [% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] - -
- [% FOREACH addnumberfield IN breeding_loo.addnumberfields %] -
[% addnumberfield %]:
-
[% breeding_loo.$addnumberfield %]
- [% END %] -
- - [% END %] -
MARC - Card - Import [% END %] [% END %] -- 2.7.4