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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js (-2 / +2 lines)
Lines 156-162 $(document).ready(function() { Link Here
156
                "sEmptyTable" : MSG_DT_LOADING_RECORDS,
156
                "sEmptyTable" : MSG_DT_LOADING_RECORDS,
157
            },
157
            },
158
            "bAutoWidth": false,
158
            "bAutoWidth": false,
159
            "sDom": "<'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t",
159
            "sDom": "rt",
160
            "aoColumns": [
160
            "aoColumns": [
161
                {
161
                {
162
                    "mDataProp": function( oObj ) {
162
                    "mDataProp": function( oObj ) {
Lines 398-404 $(document).ready(function() { Link Here
398
        if ( ! relativesIssuesTable ) {
398
        if ( ! relativesIssuesTable ) {
399
            relativesIssuesTable = $("#relatives-issues-table").dataTable({
399
            relativesIssuesTable = $("#relatives-issues-table").dataTable({
400
                "bAutoWidth": false,
400
                "bAutoWidth": false,
401
                "sDom": "<'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t",
401
                "sDom": "rt",
402
                "aaSorting": [],
402
                "aaSorting": [],
403
                "aoColumns": [
403
                "aoColumns": [
404
                    {
404
                    {
(-)a/koha-tmpl/intranet-tmpl/prog/en/js/holds.js (-2 / +1 lines)
Lines 5-11 $(document).ready(function() { Link Here
5
        if ( ! holdsTable ) {
5
        if ( ! holdsTable ) {
6
            holdsTable = $("#holds-table").dataTable({
6
            holdsTable = $("#holds-table").dataTable({
7
                "bAutoWidth": false,
7
                "bAutoWidth": false,
8
                "sDom": "<'row-fluid'<'span6'><'span6'>r>t<'row-fluid'>t",
8
                "sDom": "rt",
9
                "aoColumns": [
9
                "aoColumns": [
10
                    {
10
                    {
11
                        "mDataProp": "reservedate_formatted"
11
                        "mDataProp": "reservedate_formatted"
12
- 

Return to bug 13253