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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-4 / +4 lines)
Lines 54-60 $(document).ready(function() { Link Here
54
    $(".sorted").dataTable($.extend(true, {}, dataTablesDefaults, {
54
    $(".sorted").dataTable($.extend(true, {}, dataTablesDefaults, {
55
        "aoColumnDefs": [
55
        "aoColumnDefs": [
56
            { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
56
            { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
57
            { "sType": "anti-the", "aTargets" : [ "anti-the" ] }
57
            { "sType": "anti-the", "aTargets" : [ "anti-the" ] },
58
            { "sType": "html", "aTargets" : [ "stype-html" ] },
58
        ],
59
        ],
59
        "sPaginationType": "four_button"
60
        "sPaginationType": "four_button"
60
    }));
61
    }));
Lines 528-535 h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o Link Here
528
            <tr><th>&nbsp;</th>
529
            <tr><th>&nbsp;</th>
529
            <th>No.</th>
530
            <th>No.</th>
530
            <th class="anti-the">Suggestion</th>
531
            <th class="anti-the">Suggestion</th>
531
            <th>Suggested by - on</th>
532
            <th class="stype-html">Suggested by - on</th>
532
            <th>Managed by - on</th>
533
            <th class="stype-html">Managed by - on</th>
533
            <th>Library</th>
534
            <th>Library</th>
534
            <th>Fund</th>
535
            <th>Fund</th>
535
            <th>Status</th></tr>
536
            <th>Status</th></tr>
536
- 

Return to bug 18728