This commit is contained in:
2025-10-06 13:51:46 +02:00
parent ff726a4a85
commit 1595ffbe76

2
ui.js
View File

@@ -83,7 +83,7 @@ async function collaborators_layout(content, result) {
let consultant_name = new ElementBuilder("input") let consultant_name = new ElementBuilder("input")
.type("text") .type("text")
.placeholder("Jméno konzultanta práce (vč. titulů), příp. konzultantů") .placeholder("Jméno konzultanta práce (vč. titulů), příp. konzultantů")
.on_input((e) => result.supervisor_name = e.target.value) .on_input((e) => result.consultant_name = e.target.value)
.finish(); .finish();
let has_supervisor = new ElementBuilder("input#has-supervisor") let has_supervisor = new ElementBuilder("input#has-supervisor")