X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fplugins.tpl;h=34c6fc22b69eaaa34e43162054d3e9ffe6a2ae68;hb=a1f560292f6ce8999022da19b9d487636bf93769;hp=11514d16a48bd1ef3d8e37d3f6d52218e3994ec2;hpb=2469578bc42cdad7caf9ca05855726be8e953fbc;p=timetracker.git diff --git a/WEB-INF/templates/plugins.tpl b/WEB-INF/templates/plugins.tpl index 11514d16..34c6fc22 100644 --- a/WEB-INF/templates/plugins.tpl +++ b/WEB-INF/templates/plugins.tpl @@ -82,6 +82,16 @@ function handlePluginCheckboxes() { } else { configureLabel.style.visibility = "hidden"; } + + var templatesCheckbox = document.getElementById("templates"); + configureLabel = document.getElementById("templates_config"); + if (templatesCheckbox.checked){ + configureLabel.style.display = ""; + //configureLabel.style.visibility = "visible"; + } else { + configureLabel.style.display = "none"; + //configureLabel.style.visibility = "hidden"; + } } @@ -132,7 +142,19 @@ function handlePluginCheckboxes() { {$forms.pluginsForm.work_units.control} - {$i18n.label.configure} + {$i18n.label.configure} + + + {$forms.pluginsForm.approval.control} + {$i18n.label.what_is_it} + + + {$forms.pluginsForm.timesheets.control} + + + + {$forms.pluginsForm.templates.control} + {$i18n.label.configure} {$i18n.label.what_is_it}