Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / datatables.inc
1 [% USE Asset %]
2 [% INCLUDE 'format_price.inc' %]
3 [% Asset.css("css/buttons.dataTables.min.css") %]
4 [% Asset.js("lib/jquery/plugins/jquery.dataTables.min.js") %]
5 [% Asset.js("lib/jquery/plugins/dataTables.buttons.min.js") %]
6 [% Asset.js("lib/jquery/plugins/buttons.colVis.min.js") %]
7 <script type="text/javascript">
8 //<![CDATA[
9     var MSG_DT_FIRST = _("First");
10     var MSG_DT_LAST = _("Last");
11     var MSG_DT_NEXT = _("Next");
12     var MSG_DT_PREVIOUS = _("Previous");
13     var MSG_DT_EMPTY_TABLE = _("No data available in table");
14     var MSG_DT_INFO = _("Showing _START_ to _END_ of _TOTAL_");
15     var MSG_DT_INFO_EMPTY = _("No entries to show");
16     var MSG_DT_INFO_FILTERED = _("(filtered from _MAX_ total entries)");
17     var MSG_DT_LENGTH_MENU = _("Show _MENU_ entries");
18     var MSG_DT_LOADING_RECORDS = _("Loading...");
19     var MSG_DT_PROCESSING = _("Processing...");
20     var MSG_DT_SEARCH = _("Search:");
21     var MSG_DT_ZERO_RECORDS = _("No matching records found");
22     var MSG_DT_ALL = _("All");
23     var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = _("a an the");
24 //]]>
25 </script>
26 [% Asset.js("js/datatables.js") %]