]> git.koha-community.org Git - koha.git/commit
Bug 26162: [19.11] Fix DT info label
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 19 Aug 2020 05:25:06 +0000 (07:25 +0200)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 19 Aug 2020 05:52:12 +0000 (17:52 +1200)
commit8d1e45727b16ca63e0c0041fcba4e10222665987
treed10b0a92b28aa35814f5979fbd9ad3fb93ab0978
parent73f3a843fc8accf71b5cf18feffdc6d25b4884fc
Bug 26162: [19.11] Fix DT info label

There is an inconsistency in 19.11:
% grep Showing koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc koha-tmpl/intranet-tmpl/prog/js/datatables.js
koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc:    var MSG_DT_INFO = _("Showing _START_ to _END_ of _TOTAL_");
koha-tmpl/intranet-tmpl/prog/js/datatables.js:        "sInfo"             : window.MSG_DT_INFO || "Showing _START_ to _END_ of _TOTAL_ entries",

The "entries" is not always displayed.

datatables.inc has been removed from 20.05 by
Bug 24662: Remove global variables MSG_* from datatables.inc

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
t/lib/Selenium.pm