From fridolyn.somers@biblibre.com Fri Sep 20 11:18:18 2013 From: Fridolyn SOMERS To: koha-devel@lists.koha-community.org Subject: [Koha-devel] datatables management in TT Date: Fri, 20 Sep 2013 11:18:15 +0200 Message-ID: <523C12D7.8090801@biblibre.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0967012622615607343==" --===============0967012622615607343== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hie, Looking at datatables in templates, I notices there are two ways it is managed. In some pages of acquisition and in OPAC, the include datatables.inc (containing JS links and translatable strings) is used + the css : [% INCLUDE 'datatables.inc' %] In more cases, this include is not used and datatables-strings.inc is used for translatable strings : [% INCLUDE 'datatables-strings.inc' %] > [% INCLUDE 'datatables-strings.inc' %] > >> [% INCLUDE 'datatables-strings.inc' %] >> >>> [% INCLUDE 'datatables-strings.inc' %] >>>