Fix: Disable menu entry of a not avilable feature
This commit is contained in:
parent
53df0766cb
commit
b7a5e226c9
@ -170,6 +170,7 @@ class modECM extends DolibarrModules
|
||||
'user'=>2); // 0=Menu for internal users, 1=external users, 2=both
|
||||
$r++;
|
||||
|
||||
/*
|
||||
$this->menu[$r]=array('fk_menu'=>'r=1',
|
||||
'type'=>'left',
|
||||
'titre'=>'Search',
|
||||
@ -181,7 +182,8 @@ class modECM extends DolibarrModules
|
||||
'enabled'=>'$user->rights->ecm->read',
|
||||
'target'=>'',
|
||||
'user'=>2); // 0=Menu for internal users, 1=external users, 2=both
|
||||
$r++;
|
||||
|
||||
$r++;*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1848,7 +1848,7 @@ div.titre {
|
||||
font-weight: bold;
|
||||
color: rgb(<?php print $colortext; ?>);
|
||||
text-decoration: none;
|
||||
text-shadow: 1px 1px 2px #CFCFCF;
|
||||
text-shadow: 1px 1px 2px #FFFFfF;
|
||||
}
|
||||
|
||||
#dolpaymenttable { width: 600px; font-size: 13px; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user