Lines 4-9
Link Here
|
4 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
<title>Koha › Tools › Batch item modification</title> |
5 |
<title>Koha › Tools › Batch item modification</title> |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
|
|
7 |
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] |
7 |
[% Asset.js("js/background-job-progressbar.js") | $raw %] |
8 |
[% Asset.js("js/background-job-progressbar.js") | $raw %] |
8 |
[% Asset.js("js/cataloging.js") | $raw %] |
9 |
[% Asset.js("js/cataloging.js") | $raw %] |
9 |
[% INCLUDE 'datatables.inc' %] |
10 |
[% INCLUDE 'datatables.inc' %] |
Lines 64-70
$(document).ready(function(){
Link Here
|
64 |
<![endif]--> |
65 |
<![endif]--> |
65 |
<style>input[type=checkbox]{ margin : 0 .5em; }</style> |
66 |
<style>input[type=checkbox]{ margin : 0 .5em; }</style> |
66 |
[% Asset.css("css/addbiblio.css") | $raw %] |
67 |
[% Asset.css("css/addbiblio.css") | $raw %] |
67 |
|
68 |
[% Asset.css("css/humanmsg.css") | $raw %] |
68 |
[% INCLUDE 'select2.inc' %] |
69 |
[% INCLUDE 'select2.inc' %] |
69 |
<script type="text/javascript"> |
70 |
<script type="text/javascript"> |
70 |
$(document).ready(function() { |
71 |
$(document).ready(function() { |