UHSTAT 1 form: correct authentification (from bewerbungstool or with permission), beautified success and error messages, added Rechtsbelehrung, simplified parameter checking

This commit is contained in:
KarpAlex
2023-08-01 19:26:36 +02:00
parent cfb034bc69
commit d50ba773fe
6 changed files with 299 additions and 222 deletions
+5
View File
@@ -0,0 +1,5 @@
/* for removing horizontal scrollbar when form is embedded as i frame */
#uhstat1Container {
overflow-x:hidden;
height: 100%;
}