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 <bgkriegel@gmail.com> Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
2c89aee3c8
commit
b6ea9da689
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue