|
Lines 2-7
Link Here
|
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
| 3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
| 4 |
[% USE KohaDates %] |
4 |
[% USE KohaDates %] |
|
|
5 |
[% USE TablesSettings %] |
| 5 |
[% USE AdditionalContents %] |
6 |
[% USE AdditionalContents %] |
| 6 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
7 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
| 7 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
8 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
|
Lines 295-301
Link Here
|
| 295 |
var table = KohaTable(".historyt", { |
296 |
var table = KohaTable(".historyt", { |
| 296 |
"order": [[ 1, "desc" ]], |
297 |
"order": [[ 1, "desc" ]], |
| 297 |
"dom": '<"top"<"table_entries"><"table_controls"fB>>t', |
298 |
"dom": '<"top"<"table_entries"><"table_controls"fB>>t', |
| 298 |
"columnDefs": [ |
299 |
"aoColumnDefs": [ |
| 299 |
{ "targets": [ 0 ], "sortable": false, "searchable": false }, |
300 |
{ "targets": [ 0 ], "sortable": false, "searchable": false }, |
| 300 |
{ "className": 'dtr-control', "orderable": false, "targets": -1 } |
301 |
{ "className": 'dtr-control', "orderable": false, "targets": -1 } |
| 301 |
], |
302 |
], |
| 302 |
- |
|
|