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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt (-2 / +1 lines)
Lines 2-7 Link Here
2
<title>Koha &rsaquo; Tools</title>
2
<title>Koha &rsaquo; Tools</title>
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
3
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'datatables.inc' %]
5
</head>
6
</head>
6
<body>
7
<body>
7
[% UNLESS ( popup ) %]
8
[% UNLESS ( popup ) %]
Lines 9-15 Link Here
9
[% INCLUDE 'cat-search.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
10
[% END %]
11
[% END %]
11
12
12
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
13
<script language="JavaScript">
13
<script language="JavaScript">
14
$(document).ready(function()
14
$(document).ready(function()
15
{
15
{
16
- 

Return to bug 13364