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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc (-30 / +1 lines)
Lines 1-34 Link Here
1
[% USE raw %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE Asset %]
3
[% USE Asset %]
3
[% INCLUDE 'format_price.inc' %]
4
[% INCLUDE 'format_price.inc' %]
4
[% Asset.js("lib/datatables/datatables.min.js") | $raw %]
5
[% Asset.js("lib/datatables/datatables.min.js") | $raw %]
5
[% Asset.js("lib/jquery/plugins/jquery.dataTables.min.js") | $raw %]
6
[% Asset.js("lib/jquery/plugins/dataTables.buttons.min.js") | $raw %]
7
[% Asset.js("lib/jquery/plugins/buttons.colVis.min.js") | $raw %]
8
[% Asset.js("lib/jquery/plugins/jszip.min.js") | $raw %]
9
[% Asset.js("lib/jquery/plugins/buttons.print.min.js") | $raw %]
10
[% Asset.js("lib/jquery/plugins/buttons.html5.min.js") | $raw %]
11
<script>
12
//<![CDATA[
13
    var MSG_DT_FIRST = _("First");
14
    var MSG_DT_LAST = _("Last");
15
    var MSG_DT_NEXT = _("Next");
16
    var MSG_DT_PREVIOUS = _("Previous");
17
    var MSG_DT_EMPTY_TABLE = _("No data available in table");
18
    var MSG_DT_INFO = _("Showing _START_ to _END_ of _TOTAL_");
19
    var MSG_DT_INFO_EMPTY = _("No entries to show");
20
    var MSG_DT_INFO_FILTERED = _("(filtered from _MAX_ total entries)");
21
    var MSG_DT_LENGTH_MENU = _("Show _MENU_ entries");
22
    var MSG_DT_LOADING_RECORDS = _("Loading...");
23
    var MSG_DT_PROCESSING = _("Processing...");
24
    var MSG_DT_SEARCH = _("Search:");
25
    var MSG_DT_ZERO_RECORDS = _("No matching records found");
26
    var MSG_DT_ALL = _("All");
27
    var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = "[% Koha.Preference('SortIgnoreArticles') | html %]";
28
    var MSG_DT_COPY_TITLE = _("Copy to clipboard");
29
    var MSG_DT_COPY_KEYS = _("Press ctrl or ⌘ + C to copy the table data<br>to your system clipboard.<br><br>To cancel, click this message or press escape.");
30
    var MSG_DT_COPY_SUCCESS_ONE = _("Copied one row to clipboard");
31
    var MSG_DT_COPY_SUCCESS_X = _("Copied %d rows to clipboard");
32
//]]>
33
</script>
34
[% Asset.js("js/datatables.js") | $raw %]
6
[% Asset.js("js/datatables.js") | $raw %]
35
- 

Return to bug 19368