From ed41335d63e71a11d30e92f4367106e9398adf9d Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Fri, 26 Apr 2019 20:34:30 +0000 Subject: [PATCH] Introduced a debug option and a localization string for holidays. --- WEB-INF/resources/ca.lang.php | 1 + WEB-INF/resources/cs.lang.php | 1 + WEB-INF/resources/da.lang.php | 1 + WEB-INF/resources/de.lang.php | 2 ++ WEB-INF/resources/en.lang.php | 1 + WEB-INF/resources/es.lang.php | 1 + WEB-INF/resources/et.lang.php | 2 ++ WEB-INF/resources/fa.lang.php | 1 + WEB-INF/resources/fi.lang.php | 1 + WEB-INF/resources/fr.lang.php | 1 + WEB-INF/resources/gr.lang.php | 2 ++ WEB-INF/resources/he.lang.php | 1 + WEB-INF/resources/hu.lang.php | 1 + WEB-INF/resources/it.lang.php | 2 ++ WEB-INF/resources/ja.lang.php | 1 + WEB-INF/resources/ko.lang.php | 1 + WEB-INF/resources/nl.lang.php | 2 ++ WEB-INF/resources/no.lang.php | 1 + WEB-INF/resources/pl.lang.php | 1 + WEB-INF/resources/pt-br.lang.php | 1 + WEB-INF/resources/pt.lang.php | 1 + WEB-INF/resources/ro.lang.php | 1 + WEB-INF/resources/ru.lang.php | 1 + WEB-INF/resources/sk.lang.php | 1 + WEB-INF/resources/sl.lang.php | 1 + WEB-INF/resources/sr.lang.php | 1 + WEB-INF/resources/sv.lang.php | 1 + WEB-INF/resources/tr.lang.php | 1 + WEB-INF/resources/zh-cn.lang.php | 1 + WEB-INF/resources/zh-tw.lang.php | 1 + WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/group_edit.tpl | 6 ++++++ group_edit.php | 1 + 33 files changed, 43 insertions(+), 1 deletion(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index d7bccc80..9c6619d3 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -585,6 +585,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 941a0ca5..92c585e1 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -598,6 +598,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 07a6ecdb..a0ab6ebf 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -557,6 +557,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Registrerings tilstand', 'form.group_edit.mode_time' => 'Tid', 'form.group_edit.mode_projects' => 'Projekter', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index b79a5276..1b3f2dbb 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -533,6 +533,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Zeige Feiertage', +// TODO: translate the following. +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Nachverfolgung', 'form.group_edit.mode_time' => 'Zeit', 'form.group_edit.mode_projects' => 'Projekte', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 5814f811..74b95980 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -519,6 +519,7 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24 hours', 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Show holidays', +'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Tracking mode', 'form.group_edit.mode_time' => 'time', 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index dd8cfa58..5582ddb4 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -599,6 +599,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 95e863f5..00d4067b 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -562,6 +562,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Näita pühi', +// TODO: translate the following. +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Jälgimise režiim', 'form.group_edit.mode_time' => 'ajaarvestus', 'form.group_edit.mode_projects' => 'projektid', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index bf8e7189..38326ebe 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -580,6 +580,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'حالت رهگیری', 'form.group_edit.mode_time' => 'زمان', 'form.group_edit.mode_projects' => 'پروژه ها', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 2c4d08f6..50016dba 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -563,6 +563,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Seurantamuoto', 'form.group_edit.mode_time' => 'aika', 'form.group_edit.mode_projects' => 'projektit', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index fdb2ec30..c53f0111 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -554,6 +554,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Mode suivi', 'form.group_edit.mode_time' => 'Heures', 'form.group_edit.mode_projects' => 'Projets', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 80624179..f80f8f25 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -542,6 +542,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Προβολή διακοπών', +// TODO: translate the following. +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Λειτουργία καταγραφής', 'form.group_edit.mode_time' => 'χρόνος', 'form.group_edit.mode_projects' => 'έργα', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index e344a28b..2da526be 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -584,6 +584,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'סוג מעקב', 'form.group_edit.mode_time' => 'זמן', 'form.group_edit.mode_projects' => 'פרוייקטים', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index aceb3524..c3ae3864 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -590,6 +590,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 55754834..40cf69c6 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -556,6 +556,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Mostra vacanze', +// TODO: translate the following. +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Modalità di registrazione', 'form.group_edit.mode_time' => 'tempo', 'form.group_edit.mode_projects' => 'progetti', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 4536cc59..ad23ad57 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -593,6 +593,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 693c86be..61da3cb3 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -591,6 +591,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 4db86bc8..b8a15435 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -518,6 +518,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Toon vakantiedagen', +// TODO: translate the following. +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Bijhouden', 'form.group_edit.mode_time' => 'tijd', 'form.group_edit.mode_projects' => 'projecten', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 9076c0f8..f7c2d8c9 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -590,6 +590,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index ffa3ca32..326ab86c 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -566,6 +566,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Tryb śledzenia', 'form.group_edit.mode_time' => 'czas', 'form.group_edit.mode_projects' => 'projekty', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index b39801f2..72577385 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -561,6 +561,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Modo de acompanhamento', 'form.group_edit.mode_time' => 'tempo', 'form.group_edit.mode_projects' => 'projetos', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 2cc4f33d..916af30c 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -572,6 +572,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 9bdbdac7..55659e89 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -593,6 +593,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 191cab62..0d3e323e 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -510,6 +510,7 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24 часа', 'form.group_edit.display_options' => 'Опции отображения', 'form.group_edit.show_holidays' => 'Показывать праздники', +'form.group_edit.holidays' => 'Праздники', 'form.group_edit.tracking_mode' => 'Режим работы', 'form.group_edit.mode_time' => 'время', 'form.group_edit.mode_projects' => 'проекты', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 51b4bedb..b4230436 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -573,6 +573,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Režim sledovania', 'form.group_edit.mode_time' => 'čas', 'form.group_edit.mode_projects' => 'projekty', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index d275e10a..50bd7c14 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -567,6 +567,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index be1acb9e..6ac9d2d7 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -564,6 +564,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Način evidencije', 'form.group_edit.mode_time' => 'vreme', 'form.group_edit.mode_projects' => 'projekti', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 701c62c7..23ca57c1 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -561,6 +561,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Spårningsmetod', 'form.group_edit.mode_time' => 'Endast tid', 'form.group_edit.mode_projects' => 'Projekt', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index d158ada9..29065535 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -606,6 +606,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 2c17bd65..f878f855 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -577,6 +577,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 28cbddc4..3cee8548 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -583,6 +583,7 @@ $i18n_key_words = array( // 'form.group_edit.24_hours' => '24 hours', // 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', +// 'form.group_edit.holidays' => 'Holidays', // 'form.group_edit.tracking_mode' => 'Tracking mode', // 'form.group_edit.mode_time' => 'time', // 'form.group_edit.mode_projects' => 'projects', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index c94bc7c0..b02e30e9 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- +{if isTrue('HOLIDAYS_DEBUG')} + + + + +{/if} diff --git a/group_edit.php b/group_edit.php index b16a15f0..583c4424 100644 --- a/group_edit.php +++ b/group_edit.php @@ -181,6 +181,7 @@ $form->addInput(array('type'=>'combobox','name'=>'start_week','style'=>'width: 1 // Show holidays checkbox. $form->addInput(array('type'=>'checkbox','name'=>'show_holidays','value'=>$cl_show_holidays)); +$form->addInput(array('type'=>'text','name'=>'holidays','value'=>$cl_holidays)); // Prepare tracking mode choices. $tracking_mode_options = array(); -- 2.20.1
 Anuko Time Tracker 1.19.4.4989 | Copyright © Anuko | +  Anuko Time Tracker 1.19.4.4990 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/group_edit.tpl b/WEB-INF/templates/group_edit.tpl index 90622789..00cd8169 100644 --- a/WEB-INF/templates/group_edit.tpl +++ b/WEB-INF/templates/group_edit.tpl @@ -78,6 +78,12 @@ function handleTaskRequiredCheckbox() { {$i18n.form.group_edit.show_holidays}: {$forms.groupForm.show_holidays.control} {$i18n.label.what_is_it}
{$i18n.form.group_edit.holidays}:{$forms.groupForm.holidays.control} {$i18n.label.what_is_it}
{$i18n.form.group_edit.tracking_mode}: {$forms.groupForm.tracking_mode.control} {$forms.groupForm.task_required.control}