paging: false,
searching: false,
dom: "t"
}));
});
$(".delete_file").click(function(){
return ( confirm( _("Are you sure you want to delete this file?") ) );
-