@@ -, +, @@ preview merge process. correct data is shown each time. --- .../prog/en/modules/cataloguing/merge.tt | 33 ++++++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -2,7 +2,6 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Cataloging › Merging records -[% INCLUDE 'greybox.inc' %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'merge-record-strings.inc' %] @@ -10,6 +9,7 @@ div.record ul, div.record li { float:none; display:block; } div#result { margin-top: 1em; } /* We use this style "against" the li ui-tabs-nav style automatically applied */ +#dataPreview { width : 80%; margin-left : -40%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } } @@ -201,7 +214,7 @@ $(document).ready(function(){ [% FOREACH subtitle IN record.subtitles %] [% subtitle.subfield %] [% END %] - ([% record.biblionumber %]) + ([% record.biblionumber %]) View MARC [% END %] @@ -233,6 +246,20 @@ $(document).ready(function(){ + + + [% ELSE %] [% IF ( errors.size ) %]
--