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 200-206
Link Here
|
200 |
|
201 |
|
201 |
}); |
202 |
}); |
202 |
// This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw |
203 |
// This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw |
203 |
var to_highlight = "[% searchfield |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; |
204 |
var to_highlight = "[% To.json( searchfield ) | html %]"; |
204 |
var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %]; |
205 |
var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %]; |
205 |
var MSG_NOTHING_TO_SAVE = _("Nothing to save"); |
206 |
var MSG_NOTHING_TO_SAVE = _("Nothing to save"); |
206 |
var MSG_SAVING = _("Saving..."); |
207 |
var MSG_SAVING = _("Saving..."); |
207 |
- |
|
|