View | Details | Raw Unified | Return to bug 20193
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc (-2 / +1 lines)
Lines 4-7 Link Here
4
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_[% KOHA_VERSION %].js"></script>
4
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_[% KOHA_VERSION %].js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_fx_[% KOHA_VERSION %].js"></script>
5
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_fx_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript" src="[% interface %]/lib/greybox/gb_scripts_[% KOHA_VERSION %].js"></script>
6
<script type="text/javascript" src="[% interface %]/lib/greybox/gb_scripts_[% KOHA_VERSION %].js"></script>
7
<link href="[% interface %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
7
<link href="[% interface %]/lib/greybox/gb_styles_[% KOHA_VERSION %].css" rel="stylesheet" type="text/css" />
8
- 

Return to bug 20193