fix ui for dark layout
This commit is contained in:
@@ -22,13 +22,13 @@ $(document).ready(function(){
|
||||
dom: '<"toolbar">frt',
|
||||
"createdRow": function ( row, data, index ) {
|
||||
if(data.validate == "t"){
|
||||
$(row).addClass('bg-warning');
|
||||
$(row).addClass('text-bg-warning');
|
||||
}
|
||||
},
|
||||
columns: colomnspez,
|
||||
});
|
||||
|
||||
$("div.toolbar").html('<a class="btn-sm btn-secondary mr-2" href="/newBill" role="button">Neue Rechnung</a><a class="btn-sm btn-secondary" href="/newTransfer" role="button">Neuer Transfer</a>');
|
||||
$("div.toolbar").html('<a class="btn-sm btn-secondary mx-2" href="/newBill" role="button">Neue Rechnung</a><a class="btn-sm btn-secondary" href="/newTransfer" role="button">Neuer Transfer</a>');
|
||||
$('#bookings tbody').on('click', 'td.dt-receiver', function () {collapseDetails($(this), datatable);} );
|
||||
$('#bookings tbody').on('click', 'td.dt-datum', function () {location.href = '/editBill/'+getId($(this),datatable);});
|
||||
$('#bookings tbody').on('click', 'table.tabdet', function () {location.href = '/editBill/'+$(this).attr('data-bs-id');});
|
||||
|
||||
Reference in New Issue
Block a user