Bug 11765 - Remove unused function isDate from templates
authorOwen Leonard <oleonard@myacpl.org>
Fri, 14 Feb 2014 17:52:34 +0000 (12:52 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 18 Feb 2014 20:51:38 +0000 (20:51 +0000)
commit1aeb1d7e0b4c027b0277f5f5878a3b047abd4b82
tree35205cb5ac1a58c9652d145e7cba4a05df6def3a
parent3c7edd1cbef811de89d6ee0b54cd690dd36d6ff4
Bug 11765 - Remove unused function isDate from templates

Several administration templates declare but do not use the JavaScript
function isDate(). This patch removes the declarations.

To test, apply the patch and search for instances of "isDate" in Koha
templates, includes, and JavaScript files. There should be no results.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
I'm not sure this function has ever been used.
This patch removes the toUC in tools/letter.tt too.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt