Fényképek letöltése programból
This commit is contained in:
@@ -168,6 +168,12 @@ function renderActionButtons(rowId) {
|
||||
</button>
|
||||
`;
|
||||
}
|
||||
function renderActionButtonsDownloadImages(rowId) {
|
||||
return `
|
||||
<button class="btn btn-primary download-btn btn-sm" data-id="${rowId}">
|
||||
<i class="bi bi-file-earmark-arrow-down"></i>
|
||||
</button>`;
|
||||
}
|
||||
function renderActionButtonsforCheckListHeader(data, rowId) {
|
||||
if (data === 4) {
|
||||
return `
|
||||
|
||||
Reference in New Issue
Block a user