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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js (+1 lines)
Lines 159-164 $(document).ready(function() { Link Here
159
        issuesTable = $("#issues-table").dataTable({
159
        issuesTable = $("#issues-table").dataTable({
160
            "oLanguage": {
160
            "oLanguage": {
161
                "sEmptyTable" : MSG_DT_LOADING_RECORDS,
161
                "sEmptyTable" : MSG_DT_LOADING_RECORDS,
162
                "sProcessing": MSG_DT_LOADING_RECORDS,
162
            },
163
            },
163
            "bAutoWidth": false,
164
            "bAutoWidth": false,
164
            "sDom": "rt",
165
            "sDom": "rt",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 28-33 Link Here
28
<script type="text/javascript">
28
<script type="text/javascript">
29
//<![CDATA[
29
//<![CDATA[
30
/* Set some variable needed in circulation.js */
30
/* Set some variable needed in circulation.js */
31
var MSG_DT_LOADING_RECORDS = _("Loading... you may continue scanning.");
31
var interface = "[% interface %]";
32
var interface = "[% interface %]";
32
var theme = "[% theme %]";
33
var theme = "[% theme %]";
33
var borrowernumber = "[% borrowernumber %]";
34
var borrowernumber = "[% borrowernumber %]";
34
- 

Return to bug 13408