Payment reminder mails

This commit is contained in:
2026-04-18 22:09:57 +02:00
parent ff98f0860c
commit 33a9271013
13 changed files with 157 additions and 10 deletions

View File

@@ -68,6 +68,12 @@ input[type="submit"]:hover,
color: #ffffff !important;
}
.info_text {
color: #3369d3;
display: block;
font-weight: bold;
}
.error_text {
color: red;
display: block;