Revision 152d10ef
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
bin/mozilla/login.pl | ||
---|---|---|
46 | 46 |
$main::lxdebug->enter_sub(); |
47 | 47 |
|
48 | 48 |
my %myconfig = %main::myconfig; |
49 |
$form->{todo_list} = create_todo_list('login_screen' => 1) if (!$form->{no_todo_list}) and ($main::auth->check_right($form->{login}, 'productivity'));
|
|
49 |
$form->{todo_list} = create_todo_list('login_screen' => 1) if (!$form->{no_todo_list}); |
|
50 | 50 |
|
51 | 51 |
$form->{stylesheet} = $myconfig{stylesheet}; |
52 | 52 |
$form->{title} = $::locale->text('kivitendo'); |
Auch abrufbar als: Unified diff
Revert "Recht für Anzeige der Produktivität"
This reverts commit a27cd427a2689b49a7642884edd2d24555305a4b.