X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fplugins.tpl;h=34c6fc22b69eaaa34e43162054d3e9ffe6a2ae68;hb=fe8af9a04f7170a0623915f31610c6c4c3df4058;hp=6b88725b93834ea0f8ff7dd0224855ea8d28a1f2;hpb=35a538725eb9bc8a651a012a7bccc546aa22e6b2;p=timetracker.git diff --git a/WEB-INF/templates/plugins.tpl b/WEB-INF/templates/plugins.tpl index 6b88725b..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"; + } } @@ -89,13 +99,6 @@ function handlePluginCheckboxes() {
-{if $group_dropdown} - - - - -
{$i18n.label.group}: {$forms.pluginsForm.group.control}
-{/if} @@ -139,7 +142,19 @@ function handlePluginCheckboxes() { - + + + + + + + + + + + + +
{$forms.pluginsForm.charts.control}
{$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}