From b8fa0246803dab40cf57d40b45984c53046f2d55 Mon Sep 17 00:00:00 2001 From: "Dzial Techniczny WMW Projekt s.c" Date: Tue, 10 Dec 2019 11:34:53 +0100 Subject: Plugins directory and local modifications --- plugins/Calendar/Template/config/calendar.php | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugins/Calendar/Template/config/calendar.php (limited to 'plugins/Calendar/Template/config/calendar.php') diff --git a/plugins/Calendar/Template/config/calendar.php b/plugins/Calendar/Template/config/calendar.php new file mode 100644 index 00000000..2221294b --- /dev/null +++ b/plugins/Calendar/Template/config/calendar.php @@ -0,0 +1,31 @@ + +
+ + form->csrf() ?> + +
+ + form->radios('calendar_project_tasks', array( + 'date_creation' => t('Show tasks based on the creation date'), + 'date_started' => t('Show tasks based on the start date'), + ), + $values + ) ?> +
+ +
+ + form->radios('calendar_user_tasks', array( + 'date_creation' => t('Show tasks based on the creation date'), + 'date_started' => t('Show tasks based on the start date'), + ), + $values + ) ?> +
+ +
+ +
+
-- cgit v1.2.3