From 4a3ed1c0d0e9e8d5c8ea770a93cc7ed748cc3248 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 28 Sep 2013 17:51:19 -0400 Subject: [PATCH] Bug 10240 follow-up: make sure datepicker icons are available offline The next month/previous month icons for the datepicker were not available offline. With this patch they are. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt index 9d71f5a..a261fff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt @@ -6,6 +6,8 @@ CACHE: /cgi-bin/koha/circ/offline.pl [% interface %]/lib/bootstrap/bootstrap.min.css [% interface %]/lib/bootstrap/bootstrap.min.js +[% interface %]/lib/jquery/images/ui-icons_222222_256x240.png +[% interface %]/lib/jquery/images/ui-icons_454545_256x240.png [% interface %]/lib/jquery/jquery-ui.css [% interface %]/lib/jquery/jquery-ui.js [% interface %]/lib/jquery/jquery.js -- 1.8.4.rc3