Revision 689346f9
Von Sven Schöling vor fast 4 Jahren hinzugefügt
SL/Layout/MobileLogin.pm | ||
---|---|---|
use SL::Layout::MaterialStyle;
|
||
use SL::Layout::MaterialMenu;
|
||
|
||
sub start_content {
|
||
"<div id='login' class='login'>\n";
|
||
}
|
||
|
||
sub end_content {
|
||
"</div>\n";
|
||
}
|
||
|
||
sub get_stylesheet_for_user {
|
||
# overwrite kivitendo fallback
|
||
'css/material';
|
Auch abrufbar als: Unified diff
Layout::MobileLogin: content wrapper wird nicht benötigt