Moved datatables translation stuff to PHP for consistency
This commit is contained in:
parent
7ce9dfa1b3
commit
8aa39ae28d
8 changed files with 94 additions and 7 deletions
|
@ -770,7 +770,9 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"sPaginationType": "full_numbers",
|
||||
"bJQueryUI": true,
|
||||
"bAutoWidth": false,
|
||||
"oLanguage": datatables_dict,
|
||||
"oLanguage": getDatatablesStrings({
|
||||
"sZeroRecords": $.i18n._("No matching records found."),
|
||||
}),
|
||||
|
||||
// R = ColReorder, C = ColVis
|
||||
"sDom": 'Rl<"#library_display_type">f<"dt-process-rel"r><"H"<"library_toolbar"C>><"dataTables_scrolling"t><"F"ip>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue