CC-3845 : General UI cleanup

This commit is contained in:
Naomi Aro 2012-05-18 16:00:36 +02:00
parent ff1327881a
commit 466e30895c
3 changed files with 7 additions and 3 deletions

View file

@ -62,7 +62,7 @@ var AIRTIME = (function(AIRTIME) {
"bJQueryUI": true,
"bAutoWidth": true,
"sDom": 'lfr<"H"T><"dataTables_scrolling"t><"F"ip>',
"sDom": 'lf<"dt-process-rel"r><"H"T><"dataTables_scrolling"t><"F"ip>',
"oTableTools": {
"sSwfPath": "/js/datatables/plugin/TableTools/swf/copy_cvs_xls_pdf.swf"

View file

@ -87,7 +87,9 @@ $(document).ready(function() {
"bLengthChange": false,
"oLanguage": {
"sSearch": ""
}
},
"sDom": '<"H"lf<"dt-process-rel"r>>t<"F"ip>',
});
//$('#user_details').hide();