Lines 100-110
$(document).ready(function() {
Link Here
|
100 |
|
100 |
|
101 |
<h3>All available funds[% IF ( branchname ) %] for [% branchname %][% END %]</h3> |
101 |
<h3>All available funds[% IF ( branchname ) %] for [% branchname %][% END %]</h3> |
102 |
|
102 |
|
103 |
<!-- <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage funds ]">[ Manage ]</a> |
|
|
104 |
<a href="/cgi-bin/koha/admin/budgetperiods.pl">manage budgets</a><br><br> --> |
105 |
|
106 |
|
107 |
|
108 |
<div id="BudgetsAndFunds"> |
103 |
<div id="BudgetsAndFunds"> |
109 |
<p><label for="showallbudgets">Show active and inactive:</label> <input type="checkbox" id="showallbudgets" /></p> |
104 |
<p><label for="showallbudgets">Show active and inactive:</label> <input type="checkbox" id="showallbudgets" /></p> |
110 |
<table id="accounts"> |
105 |
<table id="accounts"> |
111 |
- |
|
|