css
This commit is contained in:
parent
7e200e4506
commit
6aae32e39e
@ -478,7 +478,7 @@ if ($mode == 'feature') {
|
|||||||
if (isset($objMod->module_parts) && isset($objMod->module_parts['triggers']) && $objMod->module_parts['triggers']) {
|
if (isset($objMod->module_parts) && isset($objMod->module_parts['triggers']) && $objMod->module_parts['triggers']) {
|
||||||
$yesno = 'Yes';
|
$yesno = 'Yes';
|
||||||
} else {
|
} else {
|
||||||
$yesno = 'No';
|
$yesno = '<span class="opacitymedium">No</span>';
|
||||||
}
|
}
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/interfaces.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/interfaces.class.php';
|
||||||
$interfaces = new Interfaces($db);
|
$interfaces = new Interfaces($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user