X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2FbatchMod-del.tt;h=3f0f4b9e5119e81c67d74bfff9d564d2ebea5d10;hb=4d26038dd23060de979f0b1751b05c5e4cc76083;hp=21013f5a0ddb45a36a6cf8118de9900a154fa949;hpb=6073bd86e24494cd12125a4cd47772c672bbd4a5;p=koha_gimpoz diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt index 21013f5a0d..3f0f4b9e51 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -12,6 +12,7 @@ // Prepare array of all column headers, incrementing each index by // two to accomodate control and title columns var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); +console.log(allColumns); for( x=0; xShow/hide columns: [% FOREACH item_header_loo IN item_header_loop %] - + [% END %]

@@ -91,7 +92,7 @@ for( x=0; x - [% FOREACH item_loo IN item_loop %] [% IF ( item_loo.show ) %][% IF ( item_loo.nomod ) %] Cannot Edit[% ELSE %][% END %][% END %] + [% FOREACH item_loo IN item_loop %] [% IF ( show ) %][% IF ( item_loo.nomod ) %] Cannot Edit[% ELSE %][% END %][% END %] [% FOREACH item_valu IN item_loo.item_value %] [% item_valu.field |html %] [% END %] @@ -132,6 +133,7 @@ for( x=0; x [% IF ( too_many_items ) %][% ELSE %] +

[% END %] Cancel @@ -145,7 +147,10 @@ for( x=0; x

[% deleted_items %] item(s) deleted.

+
+

[% deleted_items %] item(s) deleted.

+ [% IF delete_records %]

[% deleted_records %] record(s) deleted.

[% END %] +
[% IF ( not_deleted_items ) %]

[% not_deleted_items %] item(s) could not be deleted: [% FOREACH not_deleted_itemnumber IN not_deleted_itemnumbers %][% not_deleted_itemnumber.itemnumber %][% END %]