[Koha-bugs] [Bug 6836] jQuery plugin Datatables integration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 18 14:24:05 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836

--- Comment #10 from Owen Leonard <oleonard at myacpl.org> 2011-11-18 13:24:05 UTC ---
(In reply to comment #9)
> So I have to put translatable strings into a .inc file?

Until we have a fix for Bug 4503, any strings output by JavaScript must be
handled in a template somehow. See the Cart for a good example of how that can
be done. 

In includes/doc-head-close.inc:


91       var MSG_NO_RECORD_SELECTED = _("No item was selected");

In js/basket.js

414      if (bibs.length == 0) { showListsUpdate(MSG_NO_RECORD_SELECTED); }
415       return bibs.join("&");

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list