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