Lines 916-922
Link Here
|
916 |
|
916 |
|
917 |
[% IF ( execute ) %] |
917 |
[% IF ( execute ) %] |
918 |
[% UNLESS ( errors ) %] |
918 |
[% UNLESS ( errors ) %] |
919 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification"> |
919 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification" target="_blank"> |
920 |
<input type="hidden" name="recordtype" value="biblio" /> |
920 |
<input type="hidden" name="recordtype" value="biblio" /> |
921 |
<input type="hidden" name="op" value="list" /> |
921 |
<input type="hidden" name="op" value="list" /> |
922 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
922 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
Lines 925-931
Link Here
|
925 |
</textarea> |
925 |
</textarea> |
926 |
</form> |
926 |
</form> |
927 |
|
927 |
|
928 |
<form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion"> |
928 |
<form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion" target="_blank"> |
929 |
<input type="hidden" name="recordtype" value="biblio" /> |
929 |
<input type="hidden" name="recordtype" value="biblio" /> |
930 |
<input type="hidden" name="op" value="list" /> |
930 |
<input type="hidden" name="op" value="list" /> |
931 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
931 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
Lines 934-940
Link Here
|
934 |
</textarea> |
934 |
</textarea> |
935 |
</form> |
935 |
</form> |
936 |
|
936 |
|
937 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification"> |
937 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification" target="_blank"> |
938 |
<input type="hidden" name="op" value="show" /> |
938 |
<input type="hidden" name="op" value="show" /> |
939 |
[% FOREACH result IN results %] |
939 |
[% FOREACH result IN results %] |
940 |
[% FOREACH cells IN result.cells %] |
940 |
[% FOREACH cells IN result.cells %] |
Lines 949-955
Link Here
|
949 |
[% END %] |
949 |
[% END %] |
950 |
</form> |
950 |
</form> |
951 |
|
951 |
|
952 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion"> |
952 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion" target="_blank"> |
953 |
<input type="hidden" name="op" value="show" /> |
953 |
<input type="hidden" name="op" value="show" /> |
954 |
<input type="hidden" name="del" value="1" /> |
954 |
<input type="hidden" name="del" value="1" /> |
955 |
[% FOREACH result IN results %] |
955 |
[% FOREACH result IN results %] |
Lines 965-971
Link Here
|
965 |
[% END %] |
965 |
[% END %] |
966 |
</form> |
966 |
</form> |
967 |
|
967 |
|
968 |
<form method="get" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl" id="batch_add_to_list"> |
968 |
<form method="get" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl" id="batch_add_to_list" target="_blank"> |
969 |
[% FOREACH result IN results %] |
969 |
[% FOREACH result IN results %] |
970 |
[% FOREACH cells IN result.cells %] |
970 |
[% FOREACH cells IN result.cells %] |
971 |
[% place = loop.index %] |
971 |
[% place = loop.index %] |
Lines 979-985
Link Here
|
979 |
[% END %] |
979 |
[% END %] |
980 |
</form> |
980 |
</form> |
981 |
|
981 |
|
982 |
<form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification"> |
982 |
<form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification" target="_blank"> |
983 |
<input type="hidden" name="op" value="show" /> |
983 |
<input type="hidden" name="op" value="show" /> |
984 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
984 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
985 |
<textarea style="display:none" name="cardnumberlist" id="cardnumberlist"> |
985 |
<textarea style="display:none" name="cardnumberlist" id="cardnumberlist"> |
986 |
- |
|
|