From b6ea9da689af22f6fce86fbc208fbdd1ba4611e5 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 Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- 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 9d71f5a3a3..a261fffd58 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 -- 2.20.1