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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +1 lines)
Lines 280-286 Link Here
280
280
281
[% MACRO jsinclude BLOCK %]
281
[% MACRO jsinclude BLOCK %]
282
    [% Asset.js("lib/hc-sticky.js") | $raw %]
282
    [% Asset.js("lib/hc-sticky.js") | $raw %]
283
    <script type="text/JavaScript">
283
    <script>
284
        /**
284
        /**
285
         *  Function add_field();
285
         *  Function add_field();
286
         *  This function allows to display a new field to search.
286
         *  This function allows to display a new field to search.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-1 / +1 lines)
Lines 220-226 Link Here
220
    [% INCLUDE 'datatables.inc' %]
220
    [% INCLUDE 'datatables.inc' %]
221
    [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
221
    [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
222
    [% Asset.js("lib/hc-sticky.js") | $raw %]
222
    [% Asset.js("lib/hc-sticky.js") | $raw %]
223
    <script type="text/javascript">
223
    <script>
224
        var authorised_values = [% authorised_values_json | $raw %];
224
        var authorised_values = [% authorised_values_json | $raw %];
225
225
226
        function loadAuthorisedValuesSelect(select) {
226
        function loadAuthorisedValuesSelect(select) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-3 / +1 lines)
Lines 193-200 Link Here
193
[% MACRO jsinclude BLOCK %]
193
[% MACRO jsinclude BLOCK %]
194
    [% INCLUDE 'datatables.inc' %]
194
    [% INCLUDE 'datatables.inc' %]
195
    [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
195
    [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
196
    <script type="text/javascript">
196
    <script>
197
    //<![CDATA[
198
    $(document).ready(function() {
197
    $(document).ready(function() {
199
        // We show table ordered by descending dates by default
198
        // We show table ordered by descending dates by default
200
        // (so that the more recent query is shown first)
199
        // (so that the more recent query is shown first)
201
- 

Return to bug 22981