umstellung auf shared codeigniter und postgres php8.2

This commit is contained in:
Markus
2022-09-18 14:07:38 +02:00
parent 22437db1c3
commit 8d16903e40
11628 changed files with 169929 additions and 1139112 deletions

View File

@@ -13,9 +13,9 @@ $(document).ready(function(){
dom: '<"toolbar">frt',
columns: columnspez
});
$("div.toolbar").html('<a class="btn-sm btn-secondary" href="/Home/newScheduled" role="button">Neuer Eintrag</a>');
$("div.toolbar").html('<a class="btn-sm btn-secondary" href="/newScheduled" role="button">Neuer Eintrag</a>');
$('#scheduled tbody').on('click', 'td.dt-receiver', function () {collapseDetails($(this), datatable);} );
$('#scheduled tbody').on('click', 'td.dt-datum', function () {location.href = '/Home/editScheduled/'+getId($(this),datatable);});
$('#scheduled tbody').on('click', 'table.tabdet', function () {location.href = '/Home/editScheduled/'+$(this).attr('data-bs-id');});
$('#scheduled tbody').on('click', 'td.dt-datum', function () {location.href = '/editScheduled/'+getId($(this),datatable);});
$('#scheduled tbody').on('click', 'table.tabdet', function () {location.href = '/editScheduled/'+$(this).attr('data-bs-id');});
});