aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/calp/html/vcomponent.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index 8a301e04..c8b917d2 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -239,11 +239,16 @@
'(date-time-input (@ (name "dtend")
(data-property "dtend"))))
- (div
+ (div (@ (class "checkboxes"))
,@(with-label
"Heldag?"
`(input (@ (type "checkbox")
(name "wholeday")
+ )))
+ ,@(with-label
+ "Upprepande?"
+ `(input (@ (type "checkbox")
+ (name "has_repeats")
))))
)