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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-2 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
8
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js"></script>
9
<script type="text/javascript">
8
<script type="text/javascript">
10
//<![CDATA[
9
//<![CDATA[
11
var MSG_CONFIRM_DELETE_HISTORY = _("Are you sure you want to delete your search history?");
10
var MSG_CONFIRM_DELETE_HISTORY = _("Are you sure you want to delete your search history?");
12
- 

Return to bug 13043