@@ -, +, @@ pages - Select two or more records and choose "Merge records" from the edit menu at the top of the search results. - On the following page you should see one tab for each record you selected from the search results. - Clicking each tab should show you the correct bibliographic details. --- .../prog/en/includes/merge-record.inc | 107 +++++++++--------- 1 file changed, 54 insertions(+), 53 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc @@ -1,70 +1,71 @@ [% BLOCK sourcetab %] -
-
-
+ [% END %] + +
[% END %] [% BLOCK mergesource %] -
+ + [% WRAPPER tabs id= "tabs" %]

Source records

- -
+ [% END # /WRAPPER tabs_nav %] + + [% WRAPPER tab_panels %] [% IF ( sourcerecords.size ) %] [% FOREACH record IN sourcerecords %] - [% PROCESS sourcetab tabrecord=record %] + [% WRAPPER tab_panel tabname="tabrecord${record.recordid}" %] + [% PROCESS sourcetab tabrecord=record %] + [% END %] [% END %] [% END %] -
-
+ [% END # /WRAPPER tab_panels %] + [% END # /WRAPPER tabs %] + [% END %] [% BLOCK mergetarget %] --