Lines 1-12
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Tools › Batch item modification</title> |
2 |
<title>Koha › Tools › Batch item modification</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
<script type="text/javascript" src="[% themelang %]/js/background-job-progressbar.js"></script> |
4 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/background-job-progressbar.js"></script> |
5 |
<script type="text/javascript" src="[% themelang %]/js/cataloging.js"></script> |
5 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/cataloging.js"></script> |
6 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
6 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> |
7 |
[% INCLUDE 'datatables.inc' %] |
7 |
[% INCLUDE 'datatables.inc' %] |
8 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
8 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
9 |
<script type="text/javascript" src="[% themelang %]/js/pages/batchMod.js"></script> |
9 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/pages/batchMod.js"></script> |
10 |
<script type="text/javascript"> |
10 |
<script type="text/javascript"> |
11 |
//<![CDATA[ |
11 |
//<![CDATA[ |
12 |
|
12 |
|