Revision 73dcd174
Von Sven Schöling vor fast 4 Jahren hinzugefügt
SL/Layout/MobileLogin.pm | ||
---|---|---|
5 | 5 |
use SL::Layout::MaterialStyle; |
6 | 6 |
use SL::Layout::MaterialMenu; |
7 | 7 |
|
8 |
sub start_content { |
|
9 |
"<div id='login' class='login'>\n"; |
|
10 |
} |
|
11 |
|
|
12 |
sub end_content { |
|
13 |
"</div>\n"; |
|
14 |
} |
|
15 |
|
|
16 | 8 |
sub get_stylesheet_for_user { |
17 | 9 |
# overwrite kivitendo fallback |
18 | 10 |
'css/material'; |
Auch abrufbar als: Unified diff
Layout::MobileLogin: content wrapper wird nicht benötigt