From 8346e5b938c2a01128e8806dbe2b57e4266c51a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 18 Nov 2021 21:39:49 +0100 Subject: Remove .interactive, fix date-time checkbox. --- module/calp/html/vcomponent.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'module/calp') diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm index b2959df5..23884b58 100644 --- a/module/calp/html/vcomponent.scm +++ b/module/calp/html/vcomponent.scm @@ -222,7 +222,7 @@ (h3 (input (@ (type "text") (placeholder "Sammanfattning") (name "summary") (required) - (class "interactive") (data-property "summary") + (data-property "summary") ; (value ,(prop ev 'SUMMARY)) ))) @@ -231,14 +231,12 @@ ,@(with-label "Starttid" '(date-time-input (@ (name "dtstart") - (class "interactive") (data-property "dtstart") ))) ,@(with-label "Sluttid" '(date-time-input (@ (name "dtend") - (class "interactive") (data-property "dtend")))) (div @@ -246,7 +244,6 @@ "Heldag?" `(input (@ (type "checkbox") (name "wholeday") - (onclick "wholeday_checkbox(this)") )))) ) @@ -256,7 +253,6 @@ `(input (@ (placeholder "Plats") (name "location") (type "text") - (class "interactive") (data-property "location") ; (value ,(or (prop ev 'LOCATION) "")) ))) @@ -264,7 +260,6 @@ ,@(with-label "Beskrivning" `(textarea (@ (placeholder "Beskrivning") - (class "interactive") (data-property "description") (name "description")) ; ,(prop ev 'DESCRIPTION) -- cgit v1.2.3