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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-4 / +4 lines)
Lines 29-37 Link Here
29
[% END %]
29
[% END %]
30
[% IF ( op_else ) %]
30
[% IF ( op_else ) %]
31
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
31
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
32
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
32
[% INCLUDE 'datatables.inc' %]
33
[% INCLUDE 'datatables-strings.inc' %]
34
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
35
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
33
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
36
<script type="text/javascript">
34
<script type="text/javascript">
37
// <![CDATA[
35
// <![CDATA[
Lines 58-63 $(document).ready(function() { Link Here
58
        "aoColumnDefs": [
56
        "aoColumnDefs": [
59
            { "aTargets": [ 0, -1, -2 ], "bSortable": false, "bSearchable": false },
57
            { "aTargets": [ 0, -1, -2 ], "bSortable": false, "bSearchable": false },
60
        ],
58
        ],
59
        "aoColumns": [
60
            null,{ "sType": "anti-the" },null,null,null,null,null
61
        ],
61
        "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
62
        "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
62
        "iDisplayLength": 20,
63
        "iDisplayLength": 20,
63
        "sPaginationType": "four_button"
64
        "sPaginationType": "four_button"
64
- 

Return to bug 11721