X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprofile_edit.tpl;h=4967259e0bb8109e4864a661ed14f6b0398c2390;hb=3151c20a6f850bf1207f914f8b1a7f31c2be7244;hp=e766ffb8ba14eea5b0bc47be9e2a657c1da135b1;hpb=a0b1d0a4dfd23d96f60c2fe03c9b3682df2fe88f;p=timetracker.git diff --git a/WEB-INF/templates/profile_edit.tpl b/WEB-INF/templates/profile_edit.tpl index e766ffb8..4967259e 100644 --- a/WEB-INF/templates/profile_edit.tpl +++ b/WEB-INF/templates/profile_edit.tpl @@ -81,6 +81,14 @@ function handlePluginCheckboxes() { } else { configureLabel.style.visibility = "hidden"; } + + var weekViewCheckbox = document.getElementById("week_view"); + configureLabel = document.getElementById("week_view_config"); + if (weekViewCheckbox.checked){ + configureLabel.style.visibility = "visible"; + } else { + configureLabel.style.visibility = "hidden"; + } } @@ -205,12 +213,10 @@ function handlePluginCheckboxes() { {$forms.profileForm.invoices.control} -{if ($smarty.const.DEBUG_PAID_STATUS == 1)} {$forms.profileForm.paid_status.control} -{/if} {$forms.profileForm.custom_fields.control} {$i18n.label.configure} @@ -231,6 +237,10 @@ function handlePluginCheckboxes() { {$forms.profileForm.quotas.control} {$i18n.label.configure} + + {$forms.profileForm.week_view.control} + {$i18n.label.configure} + {/if}