Lines 10-16
Link Here
|
10 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
11 |
<title>Koha › Patrons › ILL requests for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> |
11 |
<title>Koha › Patrons › ILL requests for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> |
12 |
[% INCLUDE 'doc-head-close.inc' %] |
12 |
[% INCLUDE 'doc-head-close.inc' %] |
13 |
[% Asset.css("css/datatables.css") %] |
13 |
[% Asset.css("css/datatables.css") | $raw %] |
14 |
</head> |
14 |
</head> |
15 |
|
15 |
|
16 |
<body> |
16 |
<body> |
Lines 52-59
Link Here
|
52 |
metric: 'dd/mm/yy', |
52 |
metric: 'dd/mm/yy', |
53 |
us: 'mm/dd/yy' |
53 |
us: 'mm/dd/yy' |
54 |
}; |
54 |
}; |
55 |
var dateFormat = dateMap['[% Koha.Preference('dateformat') %]']; |
55 |
var dateFormat = dateMap['[% Koha.Preference('dateformat') | html %]']; |
56 |
var prefilters = '[% prefilters %]'; |
56 |
var prefilters = '[% prefilters | html %]'; |
57 |
// Set column settings |
57 |
// Set column settings |
58 |
var columns_settings = [% ColumnsSettings.GetColumns( 'illrequests', 'ill-requests', 'ill-requests', 'json' ) %]; |
58 |
var columns_settings = [% ColumnsSettings.GetColumns( 'illrequests', 'ill-requests', 'ill-requests', 'json' ) %]; |
59 |
</script> |
59 |
</script> |
60 |
- |
|
|