Browse Source
This patch has been automatically generated using: perl kv.pl **/*.tt **/*.inc Signed-off-by: Josef Moravec <josef.moravec@gmail.com>18.05.x
224 changed files with 487 additions and 487 deletions
@ -1,4 +1,4 @@ |
|||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|||
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
|||
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" /> |
|||
<link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print_[% KOHA_VERSION %].css" /> |
|||
|
|||
|
@ -1,7 +1,7 @@ |
|||
<script type="text/javascript"> |
|||
var GB_ROOT_DIR = "[% interface %]/lib/greybox/"; |
|||
</script> |
|||
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS.js"></script> |
|||
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_fx.js"></script> |
|||
<script type="text/javascript" src="[% interface %]/lib/greybox/gb_scripts.js"></script> |
|||
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_[% KOHA_VERSION %].js"></script> |
|||
<script type="text/javascript" src="[% interface %]/lib/greybox/AJS_fx_[% KOHA_VERSION %].js"></script> |
|||
<script type="text/javascript" src="[% interface %]/lib/greybox/gb_scripts_[% KOHA_VERSION %].js"></script> |
|||
<link href="[% interface %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" /> |
|||
|