X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=7f8cd2811913f9db4782890aaf5a9b2211e1c269;hb=845622e615e142555436c61425dfcef7c51e14a2;hp=2da8041d8690a593c13f372df14cbe003d2fb868;hpb=61d8edb3db70bd197ed6b988727394633b0cecf9;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index 2da8041d..7f8cd281 100644 --- a/WEB-INF/templates/profile_edit.tpl +++ b/WEB-INF/templates/profile_edit.tpl @@ -53,14 +53,13 @@ function handlePluginCheckboxes() { configureLabel.style.visibility = "hidden"; } - var monthlyQuotaCheckBox = document.getElementById("monthly_quota"); - configureLabel = document.getElementById("monthly_quota_config"); - if (monthlyQuotaCheckBox.checked){ + var quotasCheckbox = document.getElementById("quotas"); + configureLabel = document.getElementById("quotas_config"); + if (quotasCheckbox.checked){ configureLabel.style.visibility = "visible"; } else { - configureLabel.style.visibility = "hidden"; + configureLabel.style.visibility = "hidden"; } - } @@ -140,6 +139,10 @@ function handlePluginCheckboxes() { {$i18n.form.profile.record_type}: {$forms.profileForm.record_type.control} + + {$i18n.form.profile.uncompleted_indicators}: + {$forms.profileForm.uncompleted_entries.control} + {* initialize preview text *}