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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-6 / +3 lines)
Lines 54-63 $(document).ready(function() { Link Here
54
    });
54
    });
55
    $(".sorted").dataTable($.extend(true, {}, dataTablesDefaults, {
55
    $(".sorted").dataTable($.extend(true, {}, dataTablesDefaults, {
56
        "aoColumnDefs": [
56
        "aoColumnDefs": [
57
            { "aTargets": [ 0, -1, -2 ], "bSortable": false, "bSearchable": false },
57
            { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
58
        ],
58
            { "sType": "anti-the", "aTargets" : [ "anti-the" ] }
59
        "aoColumns": [
60
            null,{ "sType": "anti-the" },null,null,null,null,null
61
        ],
59
        ],
62
        "sPaginationType": "four_button"
60
        "sPaginationType": "four_button"
63
    }));
61
    }));
Lines 469-475 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
469
    <table id="[% suggestion.suggestiontype %]t" class="sorted">
467
    <table id="[% suggestion.suggestiontype %]t" class="sorted">
470
        <thead>
468
        <thead>
471
            <tr><th>&nbsp;</th>
469
            <tr><th>&nbsp;</th>
472
            <th>Suggestion</th>
470
            <th class="anti-the">Suggestion</th>
473
            <th>Suggested by - on</th>
471
            <th>Suggested by - on</th>
474
            <th>Managed by - on</th>
472
            <th>Managed by - on</th>
475
            <th>Library</th>
473
            <th>Library</th>
476
- 

Return to bug 11724