Lines 140-146
Link Here
|
140 |
[% MACRO jsinclude BLOCK %] |
140 |
[% MACRO jsinclude BLOCK %] |
141 |
[% INCLUDE 'greybox.inc' %] |
141 |
[% INCLUDE 'greybox.inc' %] |
142 |
[% INCLUDE 'datatables.inc' %] |
142 |
[% INCLUDE 'datatables.inc' %] |
143 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu.js"></script> |
143 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script> |
144 |
<script type="text/javascript"> |
144 |
<script type="text/javascript"> |
145 |
function DeleteConfirm() { |
145 |
function DeleteConfirm() { |
146 |
var msg = _("Are you sure you want to delete batch %s?").format("[% batch_id %]"); |
146 |
var msg = _("Are you sure you want to delete batch %s?").format("[% batch_id %]"); |