mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed wrong <lable>
SVN revision: 2214
This commit is contained in:
parent
104de1991b
commit
96fdacb2aa
@ -11215,16 +11215,16 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
if (atoi(str) == 0) {
|
if (atoi(str) == 0) {
|
||||||
rsprintf(" \n");
|
rsprintf(" \n");
|
||||||
rsprintf("<input type=\"checkbox\" name=\"resubmit\" id=\"resubmit\" value=1>");
|
rsprintf("<input type=\"checkbox\" name=\"resubmit\" id=\"resubmit\" value=1>");
|
||||||
rsprintf("<label for=\"resubmit\">%s</lable>\n", loc("Resubmit as new entry"));
|
rsprintf("<label for=\"resubmit\">%s</label>\n", loc("Resubmit as new entry"));
|
||||||
} else if (atoi(str) == 1) {
|
} else if (atoi(str) == 1) {
|
||||||
rsprintf(" \n");
|
rsprintf(" \n");
|
||||||
rsprintf("<input type=\"checkbox\" checked name=\"resubmit\" id=\"resubmit\" value=1>");
|
rsprintf("<input type=\"checkbox\" checked name=\"resubmit\" id=\"resubmit\" value=1>");
|
||||||
rsprintf("<label for=\"resubmit\">%s</lable>\n", loc("Resubmit as new entry"));
|
rsprintf("<label for=\"resubmit\">%s</label>\n", loc("Resubmit as new entry"));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
rsprintf(" \n");
|
rsprintf(" \n");
|
||||||
rsprintf("<input type=\"checkbox\" name=\"resubmit\" id=\"resubmit\" value=1>");
|
rsprintf("<input type=\"checkbox\" name=\"resubmit\" id=\"resubmit\" value=1>");
|
||||||
rsprintf("<label for=\"resubmit\">%s</lable>\n", loc("Resubmit as new entry"));
|
rsprintf("<label for=\"resubmit\">%s</label>\n", loc("Resubmit as new entry"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user