From 76aa829023c89a17b35d47f295e10b9f1ece2b12 Mon Sep 17 00:00:00 2001
From: Jared Camins-Esakov <jcamins@cpbibliography.com>
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.
---
 .../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.7.9.5