From: Moritz Bunkus Date: Fri, 25 Jul 2008 12:59:36 +0000 (+0000) Subject: Auswahlen von Radiobuttons auf Selectboxen umgestellt. X-Git-Tag: release-2.6.0beta1~30 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=712e3a83565782458c2ccf9c94005999ef1c0bc6;p=kivitendo-erp.git Auswahlen von Radiobuttons auf Selectboxen umgestellt. --- diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 29d283b93..da221ae15 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -2526,10 +2526,9 @@ sub config { }; } - $myconfig{show_form_details} = 1 unless (defined($myconfig{show_form_details})); - $form->{"menustyle_$myconfig{menustyle}"} = 1; - $form->{CAN_CHANGE_PASSWORD} = $auth->can_change_password(); - $form->{todo_cfg} = { TODO->get_user_config('login' => $form->{login}) }; + $myconfig{show_form_details} = 1 unless (defined($myconfig{show_form_details})); + $form->{CAN_CHANGE_PASSWORD} = $auth->can_change_password(); + $form->{todo_cfg} = { TODO->get_user_config('login' => $form->{login}) }; $form->{title} = $locale->text('Edit Preferences for #1', $form->{login});