|
|
|
|
@ -343,7 +343,7 @@ function fillTableWithEntries(entries) {
|
|
|
|
|
document.getElementById('edit-sonstiges-text').style.display = 'none';
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
editCell.innerHTML = '<span class="btn btn-sm btn-secondary" data-bs-toggle="modal" data-bs-target="#editEntryModel" style="width: 40px; border-radius: 1rem;">✐</span>';
|
|
|
|
|
editCell.innerHTML = '<span class="btn btn-sm btn-secondary" data-bs-toggle="modal" data-bs-target="#editEntryModel" style="width: 40px; border-radius: 1rem; transform: rotate(180deg);">✐</span>';
|
|
|
|
|
row.appendChild(editCell)
|
|
|
|
|
|
|
|
|
|
// const delCell = document.createElement('td');
|
|
|
|
|
|