Lines 1157-1162
Link Here
|
1157 |
[% MACRO jsinclude BLOCK %] |
1157 |
[% MACRO jsinclude BLOCK %] |
1158 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script> |
1158 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat_[% KOHA_VERSION %].js"></script> |
1159 |
[% INCLUDE 'calendar.inc' %] |
1159 |
[% INCLUDE 'calendar.inc' %] |
|
|
1160 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/members-menu_[% KOHA_VERSION %].js"></script> |
1160 |
<script type="text/javascript"> |
1161 |
<script type="text/javascript"> |
1161 |
$(document).ready(function() { |
1162 |
$(document).ready(function() { |
1162 |
|
1163 |
|
1163 |
- |
|
|