32 global $db, $langs, $conf;
37 $head[$h][0] = DOL_URL_ROOT.
"/blockedlog/admin/blockedlog.php?withtab=1";
38 $head[$h][1] = $langs->trans(
"Setup");
39 $head[$h][2] =
'blockedlog';
42 $langs->load(
"blockedlog");
43 $head[$h][0] = DOL_URL_ROOT.
"/blockedlog/admin/blockedlog_list.php?withtab=1";
44 $head[$h][1] = $langs->trans(
"BrowseBlockedLog");
46 require_once DOL_DOCUMENT_ROOT.
'/blockedlog/class/blockedlog.class.php';
48 if ($b->alreadyUsed()) {
49 $head[$h][1] .= (!
getDolGlobalString(
'MAIN_OPTIMIZEFORTEXTBROWSER') ?
'<span class="badge marginleftonlyshort">...</span>' :
'');
51 $head[$h][2] =
'fingerprints';
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
blockedlogadmin_prepare_head()
Define head array for tabs of blockedlog tools setup pages.
Class to manage Blocked Log.
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode='add', $filterorigmodule='')
Complete or removed entries into a head array (used to build tabs).
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.