View | Details | Raw Unified | Return to bug 5345
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-1 / +13 lines)
Lines 1-7 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
3
<title>Koha &rsaquo; Acquisitions &rsaquo; Spent</title>
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
[% INCLUDE 'datatables-strings.inc' %]
8
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
9
<script type="text/javascript">
10
//<![CDATA[
11
 $(document).ready(function() {
12
    var spent = $("#spent").dataTable($.extend(true, {}, dataTablesDefaults, {
13
        "sPaginationType": "four_button"
14
    } ) );
15
 });
16
 //]]>
17
</script>
5
</head>
18
</head>
6
<body>
19
<body>
7
[% INCLUDE 'header.inc' %]
20
[% INCLUDE 'header.inc' %]
8
- 

Return to bug 5345