2
0
forked from Wavyzz/dolibarr

Reindent module template

This commit is contained in:
nervo
2020-05-01 08:40:55 +02:00
parent 625c7216a9
commit ba0ca3f7f7
20 changed files with 1900 additions and 1900 deletions

View File

@@ -55,7 +55,7 @@ session_cache_limiter('public');
// Load user to have $user->conf loaded (not done by default here because of NOLOGIN constant defined) and load permission if we need to use them in CSS
/*if (empty($user->id) && ! empty($_SESSION['dol_login']))
{
$user->fetch('',$_SESSION['dol_login']);
$user->fetch('',$_SESSION['dol_login']);
$user->getrights();
}*/
@@ -70,10 +70,10 @@ else header('Cache-Control: no-cache');
?>
div.mainmenu.mymodule::before {
content: "\f249";
content: "\f249";
}
div.mainmenu.mymodule {
background-image: none;
background-image: none;
}
.myclasscss {