From 1ef01481fa9e70ef688b24ffd7957b97f020bb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 10 Dec 2021 01:49:11 +0100 Subject: Major move from week to calendar meta-view. Also repairs month view. --- module/calp/html/view/calendar.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'module/calp/html/view/calendar.scm') diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm index 62d55210..d08210bc 100644 --- a/module/calp/html/view/calendar.scm +++ b/module/calp/html/view/calendar.scm @@ -339,6 +339,12 @@ window.default_calendar='~a';" ;; ;; ,(popup event (string-append "popup" (html-id event)))) ;; )) + ;;; Templates used by our custom components + ,((@ (calp html vcomponent) edit-template) calendars) + ,((@ (calp html vcomponent) description-template)) + ,((@ (calp html vcomponent) vevent-edit-rrule-template)) + ,((@ (calp html vcomponent) popup-template)) + ;; Auto-complets when adding new fields to a component ;; Any string is however still valid. (datalist (@ (id "known-fields")) -- cgit v1.2.3