X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2FbatchMod-del.tt;h=e339e3a6bfc6429b2239fe76573b4a36ce73a064;hb=df57c8e864aefe0e90b49aa15fc95b6dcaafda7b;hp=21013f5a0ddb45a36a6cf8118de9900a154fa949;hpb=97446f86ced2c2d6d4d7a11b97ed81a5a0a25d95;p=koha.git 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..e339e3a6bf 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 @@ -1,28 +1,32 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch item deletion [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'background-job.inc' %] - - - - + + +[% INCLUDE 'datatables.inc' %] + + - - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] @@ -66,17 +70,22 @@ for( x=0; x + + + [% IF biblionumber %] + + [% END %] [% IF ( item_loop ) %] - [% IF ( show ) %]
Select All | Clear All
[% END %] + [% IF ( show ) %]
Select all | Clear all
[% END %]

Show/hide columns: [% FOREACH item_header_loo IN item_header_loop %] - + [% END %]

@@ -84,14 +93,14 @@ for( x=0; x [% IF ( show ) %] [% END %] - Title + Title [% FOREACH item_header_loo IN item_header_loop %] [% item_header_loo.header_value %] [% END %] - [% 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 %] @@ -116,8 +125,8 @@ for( x=0; xToo many items ([% too_many_items %]) to display individually.

- [% FOREACH itemnumbers_hashre IN itemnumbers_hashref %] - + [% FOREACH itemnumber IN itemnumbers_array %] + [% END %] [% END %] @@ -131,8 +140,12 @@ for( x=0; xJob progress:
0%
- [% IF ( too_many_items ) %][% ELSE %] - [% END %] + + [% IF too_many_items %] + + [% ELSE %] + + [% END %] Cancel @@ -145,7 +158,17 @@ for( x=0; x

[% deleted_items %] item(s) deleted.

+
+

[% deleted_items %] item(s) deleted.

+ [% IF delete_records %]

[% deleted_records %] record(s) deleted.

[% END %] + [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] + Return to the record + [% ELSIF src %] + Return to where you were + [% ELSE %] + Return to batch item deletion + [% 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 %]

@@ -172,7 +195,15 @@ for( x=0; x [% END %] -

Return to batch item deletion

+

+ [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] + Return to the record + [% ELSIF src %] + Return to where you were + [% ELSE %] + Return to batch item deletion + [% END %] +

[% END %]