X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=plugins.php;h=e20bb9617059248962da2561243dd2ee66620d32;hb=fe8af9a04f7170a0623915f31610c6c4c3df4058;hp=bf0e527f8a3707afa2bd9bb9b9a05d86d9f5f7cd;hpb=89a5c1982ce74075e74a814c170e3d87563d5c47;p=timetracker.git diff --git a/plugins.php b/plugins.php index bf0e527f..e20bb961 100644 --- a/plugins.php +++ b/plugins.php @@ -95,7 +95,7 @@ $form->addInput(array('type'=>'checkbox','name'=>'work_units','value'=>$cl_work_ $form->addInput(array('type'=>'checkbox','name'=>'approval','value'=>$cl_approval)); $form->addInput(array('type'=>'checkbox','name'=>'timesheets','value'=>$cl_timesheets)); if (isTrue('TEMPLATES_DEBUG')) { - $form->addInput(array('type'=>'checkbox','name'=>'templates','value'=>$cl_templates)); + $form->addInput(array('type'=>'checkbox','name'=>'templates','value'=>$cl_templates,'onchange'=>'handlePluginCheckboxes()')); } // Submit button. $form->addInput(array('type'=>'submit','name'=>'btn_save','value'=>$i18n->get('button.save')));