styling rework

This commit is contained in:
2024-04-30 20:34:10 +02:00
parent 320391bd06
commit 85389062e8
7 changed files with 34 additions and 69 deletions

View File

@@ -28,13 +28,6 @@ function display()
+ '<button type="button" onclick="updateService(' + t.id + ')">Edit</button>'
+ '</td></tr>';
});
document.getElementById('resultarea').innerHTML +=
'<tr>' +
'<td colspan="4">' +
'<a class="bookmark" href="#add">Add new</a>' +
'</td>' +
'</tr>';
}
function updateService(id)