added database code: attachments now also added to appointment lists

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-01-03 21:19:54 +01:00
parent e45164b82c
commit 098bf2ee90
4 changed files with 43 additions and 14 deletions
@@ -164,9 +164,9 @@ table#eventlist{
.event h1{
margin-top: 40px;
}
td:nth-child(1) {
.eventlist td:nth-child(1) {
text-align: center;
}
tr:nth-child(4n) {
.eventlist tr:nth-child(4n) {
background: khaki;
}