From 97f8370789e541ba063e25d48a776a1314537be0 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 17 Oct 2018 13:05:43 +0000 Subject: [PATCH] Bug 19490: (follow-up) Improve tooltip message and some tidying --- .../prog/en/modules/tools/batchMod-edit.tt | 32 ++++++++++++++++++++-- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index 8e0a250..2fdb8e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -176,9 +176,35 @@ $(document).ready(function(){ [% ELSE %]   [% END %] - - - [% IF item_loo.holds %][% item_loo.item_holds | html %]/[% item_loo.holds | html %][% ELSE %][% item_loo.holds | html %][% END %] + + + + + [% IF item_loo.holds %] + [% IF item_loo.item_holds %] + + [% ELSE %] + + [% END %] + [% ELSE %] + [% IF item_loo.holds %] + + [% ELSE %] + + [% END %] + [% END %] + [% IF item_loo.holds %] + [% item_loo.item_holds | html %]/[% item_loo.holds | html %] + [% ELSE %] + [% item_loo.holds | html %] + [% END %] + + [% FOREACH item_valu IN item_loo.item_value %] [% item_valu.field | html %] [% END %] [% END %] -- 2.1.4