Revision 44bd63cd
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
bin/mozilla/login.pl | ||
---|---|---|
45 | 45 |
$main::lxdebug->enter_sub(); |
46 | 46 |
|
47 | 47 |
my %myconfig = %main::myconfig; |
48 |
$form->{todo_list} = create_todo_list('login_screen' => 1) if (!$form->{no_todo_list}) and ($main::auth->check_right($::myconfig{login}, 'productivity')); |
|
48 |
$form->{todo_list} = create_todo_list('login_screen' => 1) if (!$::request->is_mobile) and (!$form->{no_todo_list}) and ($main::auth->check_right($::myconfig{login}, 'productivity'));
|
|
49 | 49 |
|
50 | 50 |
$form->{stylesheet} = $myconfig{stylesheet}; |
51 | 51 |
$form->{title} = $::locale->text('kivitendo'); |
Auch abrufbar als: Unified diff
Mobile: keine Todo-Liste im Login-Screen