Revision 712e3a83
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
2526 | 2526 |
}; |
2527 | 2527 |
} |
2528 | 2528 |
|
2529 |
$myconfig{show_form_details} = 1 unless (defined($myconfig{show_form_details})); |
|
2530 |
$form->{"menustyle_$myconfig{menustyle}"} = 1; |
|
2531 |
$form->{CAN_CHANGE_PASSWORD} = $auth->can_change_password(); |
|
2532 |
$form->{todo_cfg} = { TODO->get_user_config('login' => $form->{login}) }; |
|
2529 |
$myconfig{show_form_details} = 1 unless (defined($myconfig{show_form_details})); |
|
2530 |
$form->{CAN_CHANGE_PASSWORD} = $auth->can_change_password(); |
|
2531 |
$form->{todo_cfg} = { TODO->get_user_config('login' => $form->{login}) }; |
|
2533 | 2532 |
|
2534 | 2533 |
$form->{title} = $locale->text('Edit Preferences for #1', $form->{login}); |
2535 | 2534 |
|
Auch abrufbar als: Unified diff
Auswahlen von Radiobuttons auf Selectboxen umgestellt.