|
Lines 103-108
Link Here
|
| 103 |
[% IF ( IntranetUserJS ) %] |
103 |
[% IF ( IntranetUserJS ) %] |
| 104 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min_[% KOHA_VERSION %].js"></script> |
104 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min_[% KOHA_VERSION %].js"></script> |
| 105 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min_[% KOHA_VERSION %].js"></script> |
105 |
<script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min_[% KOHA_VERSION %].js"></script> |
|
|
106 |
[% INCLUDE 'greybox.inc' %] |
| 106 |
<script type="text/javascript"> |
107 |
<script type="text/javascript"> |
| 107 |
[% IntranetUserJS %] |
108 |
[% IntranetUserJS %] |
| 108 |
function Done() { |
109 |
function Done() { |
| 109 |
- |
|
|