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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 / +1 lines)
Lines 249-255 Link Here
249
            });
249
            });
250
        });
250
        });
251
        // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw
251
        // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw
252
        var to_highlight = "[% To.json( searchfield ) | $raw %]";
252
        var to_highlight = "[% To.json( searchfield ) | html %]";
253
        var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %];
253
        var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %];
254
        var MSG_NOTHING_TO_SAVE = _("Nothing to save");
254
        var MSG_NOTHING_TO_SAVE = _("Nothing to save");
255
        var MSG_SAVING = _("Saving...");
255
        var MSG_SAVING = _("Saving...");
256
- 

Return to bug 26102