X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2FbatchMod-del.tt;h=8014d9ed982416a51cef8cbacd6f62a6c412c734;hb=95fff37db888ce73a20f0506d5158fb57bcfe1c0;hp=b88401c7fd16c00ae4dd63a505dc882520847e4e;hpb=a598b100613a37dc2710090cb381dce56eae2f26;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 b88401c7fd..8014d9ed98 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,24 +1,26 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch item deletion [% INCLUDE 'doc-head-close.inc' %] - - - - - + +[% INCLUDE 'datatables.inc' %] + + - @@ -39,8 +41,8 @@ for( x=0; xBatch item deletion[% ELSE %]

Batch item deletion results

[% END %] [% IF ( barcode_not_unique ) %]
Error saving item: Barcode must be unique.
[% END %] [% IF ( no_next_barcode ) %]
Error saving items: Unable to automatically determine values for barcodes. No item has been inserted.
[% END %] - [% IF ( book_on_loan ) %]
Cannot Delete: item is checked out.
[% END %] - [% IF ( book_reserved ) %]
Cannot Delete: item has a waiting hold.
[% END %] + [% IF ( book_on_loan ) %]
Cannot delete: item is checked out.
[% END %] + [% IF ( book_reserved ) %]
Cannot delete: item has a waiting hold.
[% END %] [% UNLESS ( action ) %] @@ -67,12 +69,17 @@ for( x=0; x + + + [% IF biblionumber %] + + [% END %] [% IF ( item_loop ) %] - [% IF ( show ) %][% END %] + [% IF ( show ) %][% END %]

Show/hide columns: @@ -85,14 +92,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 ( 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 %] @@ -117,8 +124,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 %] @@ -128,13 +135,12 @@ for( x=0; xThis will delete [% IF ( too_many_items ) %]all the[% ELSE %]the selected[% END %] items.

-
-
Job progress:
0%
-
-
- [% IF ( too_many_items ) %][% ELSE %] -

- [% END %] + + [% IF too_many_items %] + + [% ELSE %] + + [% END %] Cancel

@@ -150,6 +156,13 @@ for( x=0; x

[% 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 ) %]
@@ -177,7 +190,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 %]