|
Lines 24-34
Link Here
|
| 24 |
[% END %] |
24 |
[% END %] |
| 25 |
</div> |
25 |
</div> |
| 26 |
|
26 |
|
| 27 |
<div id="doc3" class="yui-t2"> |
27 |
<div class="main container-fluid"> |
| 28 |
<div id="bd"> |
28 |
<div class="row"> |
| 29 |
<div id="yui-main"> |
29 |
<div class="col-sm-10 col-sm-push-2"> |
| 30 |
<div class="yui-b" id="content"> |
30 |
<main> |
| 31 |
|
|
|
| 32 |
|
31 |
|
| 33 |
[% UNLESS op == 'delete_confirm' %][% INCLUDE 'budgets-admin-toolbar.inc' %][% END %] |
32 |
[% UNLESS op == 'delete_confirm' %][% INCLUDE 'budgets-admin-toolbar.inc' %][% END %] |
| 34 |
|
33 |
|
|
Lines 392-400
Link Here
|
| 392 |
</div> |
391 |
</div> |
| 393 |
[% END %] |
392 |
[% END %] |
| 394 |
|
393 |
|
| 395 |
</div> |
394 |
</main> |
| 396 |
</div> |
395 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
| 397 |
<div class="yui-b"> |
396 |
|
|
|
397 |
<div class="col-sm-2 col-sm-pull-10"> |
| 398 |
<aside> |
| 399 |
|
| 398 |
[% IF op == 'list' %] |
400 |
[% IF op == 'list' %] |
| 399 |
<form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get"> |
401 |
<form action="/cgi-bin/koha/admin/aqbudgets.pl" method="get"> |
| 400 |
<a href="#" id="filterbutton">Filters</a> |
402 |
<a href="#" id="filterbutton">Filters</a> |
|
Lines 439-450
Link Here
|
| 439 |
<input type="submit" class="submit" name="filter" value="Go" /> |
441 |
<input type="submit" class="submit" name="filter" value="Go" /> |
| 440 |
</fieldset> |
442 |
</fieldset> |
| 441 |
</form>[% END %] |
443 |
</form>[% END %] |
| 442 |
[% INCLUDE 'acquisitions-menu.inc' %] |
444 |
|
| 443 |
</div> |
445 |
[% INCLUDE 'acquisitions-menu.inc' %] |
| 444 |
</div> |
446 |
</aside> |
|
|
447 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
| 448 |
</div> <!-- /.row --> |
| 449 |
|
| 445 |
[% MACRO jsinclude BLOCK %] |
450 |
[% MACRO jsinclude BLOCK %] |
| 446 |
[% Asset.js("js/acq.js") %] |
451 |
[% Asset.js("js/acq.js") %] |
| 447 |
<script type="text/javascript"> |
452 |
<script> |
| 448 |
var MSG_BUDGET_PARENT_ALLOCATION = "- " + _("Fund amount exceeds parent allocation") + "\n"; |
453 |
var MSG_BUDGET_PARENT_ALLOCATION = "- " + _("Fund amount exceeds parent allocation") + "\n"; |
| 449 |
var MSG_BUDGET_PERIOD_ALLOCATION = "- " + _("Fund amount exceeds period allocation") + "\n"; |
454 |
var MSG_BUDGET_PERIOD_ALLOCATION = "- " + _("Fund amount exceeds period allocation") + "\n"; |
| 450 |
var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") + "\n"; |
455 |
var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") + "\n"; |
|
Lines 452-458
Link Here
|
| 452 |
|
457 |
|
| 453 |
[% Asset.js("js/acq.js") %] |
458 |
[% Asset.js("js/acq.js") %] |
| 454 |
[% IF op == 'add_form' %] |
459 |
[% IF op == 'add_form' %] |
| 455 |
<script type="text/javascript"> |
460 |
<script> |
| 456 |
//<![CDATA[ |
461 |
//<![CDATA[ |
| 457 |
|
462 |
|
| 458 |
function userPopup() { |
463 |
function userPopup() { |
|
Lines 611-617
Link Here
|
| 611 |
[% INCLUDE 'datatables.inc' %] |
616 |
[% INCLUDE 'datatables.inc' %] |
| 612 |
[% Asset.js("lib/jquery/plugins/treetable/jquery.treetable.js") %] |
617 |
[% Asset.js("lib/jquery/plugins/treetable/jquery.treetable.js") %] |
| 613 |
|
618 |
|
| 614 |
<script type="text/javascript"> |
619 |
<script> |
| 615 |
//<![CDATA[ |
620 |
//<![CDATA[ |
| 616 |
// |
621 |
// |
| 617 |
$(document).ready(function() { |
622 |
$(document).ready(function() { |