X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2FbatchMod-edit.tt;h=c65277aeffe4780fbec1c6e57dbb11b29338b96c;hb=e901ae15de6717f8594bd80ecfb0c5e8a23b8af5;hp=540b1419c79d05e5c1a7020c9e3878030aac1dec;hpb=6be9d2b27dd47c859eb6ab0cfd873b2059206986;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index 540b1419c7..c65277aeff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -1,10 +1,10 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch item modification [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'background-job.inc' %] + + - + - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] @@ -76,8 +81,10 @@ $("input[name='disable_input']").click(function() { [% END %] - [% UNLESS ( too_many_items ) %] -

The following barcodes were found:

+ [% IF ( item_loop ) %] + [% UNLESS ( too_many_items ) %] +

The following barcodes were found:

+ [% END %] [% END %] [% END %] @@ -86,6 +93,7 @@ $("input[name='disable_input']").click(function() { + [% IF ( item_loop ) %] [% IF ( show ) %]
Select All | Clear All
[% ELSE %][% END %] @@ -137,27 +145,33 @@ $("input[name='disable_input']").click(function() { [% END %] [% END %] +[% IF ( item_loop ) %]

Edit Items

-
Checking the box right next the subfield label will disable the entry and delete the values of that subfield on all selected items
+
Checking the box right next the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.
    [% FOREACH ite IN item %]
  1. - - + [% UNLESS ( ite.mandatory ) %][% ELSE %]Required[% END %] [% ite.marc_value %] [% IF ( ite.repeatable ) %] - + + + Clone + [% END %] - +
  2. [% END %]
@@ -171,9 +185,16 @@ $("input[name='disable_input']").click(function() { Cancel
+[% ELSE %] +

Return to batch item modification

+[% END %] [% ELSE %]
- Done +[% IF ( src == 'CATALOGUING') %] + Done +[% ELSE %] + Done +[% END %]
[% END %]