Lines 67-77
for( x=0; x<allColumns.length; x++ ){
Link Here
|
67 |
|
67 |
|
68 |
|
68 |
|
69 |
<form name="f" action="batchMod.pl" method="post"> |
69 |
<form name="f" action="batchMod.pl" method="post"> |
70 |
<input type="hidden" name="src" id="src" value="[% src %]" /> |
|
|
71 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber %]" /> |
70 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber %]" /> |
72 |
<input type="hidden" name="op" value="[% op %]" /> |
71 |
<input type="hidden" name="op" value="[% op %]" /> |
73 |
<input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" /> |
72 |
<input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" /> |
74 |
<input type="hidden" name="completedJobID" id="completedJobID" value="" /> |
73 |
<input type="hidden" name="completedJobID" id="completedJobID" value="" /> |
|
|
74 |
<input type="hidden" name="src" id="src" value="[% src %]" /> |
75 |
[% IF biblionumber %] |
76 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblionumber %]" /> |
77 |
[% END %] |
75 |
|
78 |
|
76 |
[% IF ( item_loop ) %] |
79 |
[% IF ( item_loop ) %] |
77 |
[% IF ( show ) %]<div id="toolbar"><a id="selectallbutton" href="#">Select All</a> | <a id="clearallbutton" href="#">Clear All</a></div>[% END %] |
80 |
[% IF ( show ) %]<div id="toolbar"><a id="selectallbutton" href="#">Select All</a> | <a id="clearallbutton" href="#">Clear All</a></div>[% END %] |
Lines 180-186
for( x=0; x<allColumns.length; x++ ){
Link Here
|
180 |
[% END %] |
183 |
[% END %] |
181 |
|
184 |
|
182 |
<p> |
185 |
<p> |
183 |
[% IF src %] |
186 |
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] |
|
|
187 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]">Done</a> |
188 |
[% ELSIF src %] |
184 |
<a href="[% src %]">Done</a> |
189 |
<a href="[% src %]">Done</a> |
185 |
[% ELSE %] |
190 |
[% ELSE %] |
186 |
<a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Return to batch item deletion</a> |
191 |
<a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Return to batch item deletion</a> |