|
Lines 66-72
Link Here
|
| 66 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
66 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
| 67 |
[% IF ( count ) %] |
67 |
[% IF ( count ) %] |
| 68 |
<li> |
68 |
<li> |
| 69 |
<form action="/cgi-bin/koha/tools/batchMod.pl" method="post"> |
69 |
<form action="/cgi-bin/koha/tools/batchMod.pl" method="post" target="_blank"> |
| 70 |
[% INCLUDE 'csrf-token.inc' %] |
70 |
[% INCLUDE 'csrf-token.inc' %] |
| 71 |
<input type="hidden" name="op" value="cud-show" /> |
71 |
<input type="hidden" name="op" value="cud-show" /> |
| 72 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
72 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
| 73 |
- |
|
|