Revision 713a6d70
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/login.pl | ||
---|---|---|
164 | 164 |
|
165 | 165 |
$locale = new Locale $myconfig{countrycode}, "login" if ($language ne $myconfig{countrycode}); |
166 | 166 |
|
167 |
$form->{todo_list} = create_todo_list();
|
|
167 |
$form->{todo_list} = create_todo_list('login_screen' => 1) if (!$form->{no_todo_list});
|
|
168 | 168 |
|
169 | 169 |
$form->{stylesheet} = $myconfig{stylesheet}; |
170 | 170 |
$form->{title} = $locale->text('About'); |
Auch abrufbar als: Unified diff
Benutzerkonfiguration um Einstellungen zur Aufgabenliste erweitert.