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=b88401c7fd16c00ae4dd63a505dc882520847e4e;hpb=068e5be6395088793aeab66d67c36c2b9da2c5d9;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..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,24 +1,27 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch item deletion [% INCLUDE 'doc-head-close.inc' %] - - - - - + + +[% INCLUDE 'datatables.inc' %] + + - @@ -67,12 +70,17 @@ 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: @@ -85,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 ( 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 +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 %] @@ -132,9 +140,12 @@ for( x=0; xJob progress:
0%
- [% IF ( too_many_items ) %][% ELSE %] -

- [% END %] + + [% IF too_many_items %] + + [% ELSE %] + + [% END %] Cancel @@ -150,6 +161,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 +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 %]