|
Lines 1-7
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Administration › Budgets › Funds › Planning for [% budget_period_description %] by [% authcat %]</title> |
2 |
<title>Koha › Administration › Budgets › Funds › Planning for [% budget_period_description %] by [% authcat %]</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
4 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
| 5 |
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script> |
5 |
<script type="text/javascript" src="[% themelang %]/js/acq.js"></script> |
| 6 |
<script type="text/javascript"> |
6 |
<script type="text/javascript"> |
| 7 |
//<![CDATA[ |
7 |
//<![CDATA[ |
|
Lines 37-50
Link Here
|
| 37 |
} |
37 |
} |
| 38 |
} |
38 |
} |
| 39 |
$(document).ready(function() { |
39 |
$(document).ready(function() { |
| 40 |
$("#selectallbutton").on("click",function(e){ |
|
|
| 41 |
$("#itemst").checkCheckboxes(); |
| 42 |
e.preventDefault(); |
| 43 |
}); |
| 44 |
$("#clearallbutton").on("click",function(e){ |
| 45 |
$("#itemst").unCheckCheckboxes(); |
| 46 |
e.preventDefault(); |
| 47 |
}); |
| 48 |
$("#selections input").on("change",function(e){ |
40 |
$("#selections input").on("change",function(e){ |
| 49 |
var num = $(this).attr("id"); |
41 |
var num = $(this).attr("id"); |
| 50 |
if(num == 'showall'){ |
42 |
if(num == 'showall'){ |