|
Lines 1767-1773
Link Here
|
| 1767 |
|
1767 |
|
| 1768 |
[% IF (saved1) %] |
1768 |
[% IF (saved1) %] |
| 1769 |
var rtable = KohaTable("table_reports", { |
1769 |
var rtable = KohaTable("table_reports", { |
| 1770 |
'iDisplayLength': [% Koha.Preference('NumSavedReports') | html %], |
1770 |
'pageLength': [% Koha.Preference('NumSavedReports') | html %], |
| 1771 |
'bAutoWidth': false, |
1771 |
'bAutoWidth': false, |
| 1772 |
'sPaginationType': 'full', |
1772 |
'sPaginationType': 'full', |
| 1773 |
'aaSorting': [[ 1, "asc" ]], |
1773 |
'aaSorting': [[ 1, "asc" ]], |
| 1774 |
- |
|
|