working on message settings:

- created form
- implemented storing of settings
- implemented loading of settings

next: pre-filling from with settings loaded from DB
This commit is contained in:
2026-01-17 14:46:11 +01:00
parent 32063f046c
commit ea30907bfe
13 changed files with 306 additions and 51 deletions

View File

@@ -323,6 +323,13 @@ textarea{
max-height: unset;
}
.message.settings label{
display: block;
}
.message.settings td{
vertical-align: middle;
}
.project th,
.task th{
text-align: right;