Brink interface update

* Scrollbar styled
* JS minor fix
* So many things, that i won't go into detail.
This commit is contained in:
Brinken
2012-05-22 21:00:12 +02:00
parent c83477d541
commit ef3a28e2ee
4 changed files with 77 additions and 150 deletions

View File

@@ -43,18 +43,11 @@
{
$('#log_table').dataTable(
{
"oLanguage": {
"sLengthMenu":"Show _MENU_ lines per page",
"sEmptyTable": "No log information available",
"sInfo":"Showing _START_ to _END_ of _TOTAL_ lines",
"sInfoEmpty":"Showing 0 to 0 of 0 lines",
"sInfoFiltered":"(filtered from _MAX_ total lines)"},
"bStateSave": true,
"iDisplayLength": 100,
"sPaginationType": "full_numbers",
"aaSorting": []
});
"aaSorting": [
],
"bPaginate": false,
"bFilter": true
});
});
</script>
</%def>