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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (+10 lines)
Lines 71-81 table { Link Here
71
            .sorting_asc {
71
            .sorting_asc {
72
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L2c+PC9zdmc+") no-repeat scroll right center $table-header-background;
72
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L2c+PC9zdmc+") no-repeat scroll right center $table-header-background;
73
                padding-right: 19px;
73
                padding-right: 19px;
74
75
                &.fixed_sort {
76
                    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iOS4wMSIgdmlld0JveD0iMCAwIDYgMi4zODQiPjxwYXRoIGZpbGw9IiM5NDk0OTQiIGQ9Ik00LjA1IDEuNzRoLTIuMUwzIC42NHoiLz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
77
                    cursor: default;
78
                }
74
            }
79
            }
75
80
76
            .sorting_desc {
81
            .sorting_desc {
77
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvZz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
82
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iMi4zODRtbSIgdmlld0JveD0iMCAwIDYuMDAwMDAwMiAyLjM4NDAzODkiPjxnPjxwYXRoIGZpbGw9IiMwMDZhY2MiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvZz48L3N2Zz4=") no-repeat scroll right center $table-header-background;
78
                padding-right: 19px;
83
                padding-right: 19px;
84
85
                &.fixed_sort {
86
                    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2bW0iIGhlaWdodD0iOS4wMSIgdmlld0JveD0iMCAwIDYgMi4zODQiPjxwYXRoIGZpbGw9IiM5NDk0OTQiIGQ9Ik00LjA1LjY0aC0yLjFMMyAxLjc0eiIvPjwvc3ZnPg==") no-repeat scroll right center $table-header-background;
87
                    cursor: default;
88
                }
79
            }
89
            }
80
90
81
            .sorting {
91
            .sorting {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-4 / +3 lines)
Lines 91-99 Link Here
91
            <thead>
91
            <thead>
92
            <tr>
92
            <tr>
93
                <th>&nbsp;</th>
93
                <th>&nbsp;</th>
94
                <th>Patron category</th>
94
                <th class="fixed_sort">Patron category</th>
95
                <th>&nbsp;</th>
95
                <th>&nbsp;</th>
96
                <th>Item type</th>
96
                <th class="fixed_sort">Item type</th>
97
                <th>Actions</th>
97
                <th>Actions</th>
98
                <th>Note</th>
98
                <th>Note</th>
99
                <th>Current checkouts allowed</th>
99
                <th>Current checkouts allowed</th>
Lines 969-975 Link Here
969
    [% INCLUDE 'datatables.inc' %]
969
    [% INCLUDE 'datatables.inc' %]
970
    [% INCLUDE 'calendar.inc' %]
970
    [% INCLUDE 'calendar.inc' %]
971
    <script>
971
    <script>
972
        $(document).ready(function() {
972
         $(document).ready(function() {
973
            $("#default-circulation-rules").dataTable($.extend(true,{},dataTablesDefaults, {
973
            $("#default-circulation-rules").dataTable($.extend(true,{},dataTablesDefaults, {
974
                "aoColumnDefs": [
974
                "aoColumnDefs": [
975
                    { "bVisible": false, "aTargets": [ 0,2 ] },
975
                    { "bVisible": false, "aTargets": [ 0,2 ] },
976
- 

Return to bug 26782