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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +9 lines)
Lines 183-188 Link Here
183
                },
183
                },
184
                'dom': 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
184
                'dom': 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
185
                "order": [[ 1, "asc" ]],
185
                "order": [[ 1, "asc" ]],
186
                "columnDefs": [ {
187
                    "targets": [0,1,2,3,4],
188
                    "render": function (data, type, row, meta) {
189
                        if ( type == 'display' ) {
190
                            return $('<div />').text(data).html();
191
                        }
192
                        return data;
193
                    }
194
                } ],
186
                "columns": [
195
                "columns": [
187
                    {
196
                    {
188
                        "data": "city_id",
197
                        "data": "city_id",
189
- 

Return to bug 25279