Lines 1-4
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
|
|
2 |
[% USE To %] |
2 |
[% USE Asset %] |
3 |
[% USE Asset %] |
3 |
[% USE Koha %] |
4 |
[% USE Koha %] |
4 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
Lines 196-202
Link Here
|
196 |
|
197 |
|
197 |
}); |
198 |
}); |
198 |
// This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw |
199 |
// This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw |
199 |
var to_highlight = "[% searchfield |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; |
200 |
var to_highlight = "[% To.json( searchfield ) | $raw %]"; |
200 |
var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %]; |
201 |
var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %]; |
201 |
var MSG_NOTHING_TO_SAVE = _("Nothing to save"); |
202 |
var MSG_NOTHING_TO_SAVE = _("Nothing to save"); |
202 |
var MSG_SAVING = _("Saving..."); |
203 |
var MSG_SAVING = _("Saving..."); |
203 |
- |
|
|