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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-6 / +4 lines)
Lines 1-4 Link Here
1
[% USE KohaBranchName %] [% INCLUDE 'doc-head-open.inc' %]
1
[% USE KohaBranchName %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
3
<title>Koha &rsaquo; Basket grouping for [% booksellername |html %]</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
Lines 107-116 function submitForm(form) { Link Here
107
        "aoColumnDefs": [
108
        "aoColumnDefs": [
108
            { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
109
            { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
109
        ],
110
        ],
110
        "bAutoWidth": false,
111
        sDom: 't',
111
        "bPaginate": false,
112
        "bAutoWidth": false
112
        "bInfo": false,
113
        "bFilter": false,
114
    } ));
113
    } ));
115
114
116
 });
115
 });
117
- 

Return to bug 9806