28require
'../../main.inc.php';
37require_once DOL_DOCUMENT_ROOT.
'/blockedlog/lib/blockedlog.lib.php';
38require_once DOL_DOCUMENT_ROOT.
'/blockedlog/class/blockedlog.class.php';
39require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
42$langs->loadLangs(array(
'admin',
'blockedlog',
'other'));
50$action =
GETPOST(
'action',
'aZ09');
51$backtopage =
GETPOST(
'backtopage',
'alpha');
60if (preg_match(
'/set_(.*)/', $action, $reg)) {
63 if (is_array($values)) {
64 $values = implode(
',', $values);
68 header(
"Location: ".$_SERVER[
"PHP_SELF"].($withtab ?
'?withtab='.$withtab :
''));
75if (preg_match(
'/del_(.*)/', $action, $reg)) {
78 header(
"Location: ".$_SERVER[
"PHP_SELF"].($withtab ?
'?withtab='.$withtab :
''));
92$block_static->loadTrackedEvents();
94$title = $langs->trans(
"ModuleSetup").
' '.$langs->trans(
'BlockedLog');
95$help_url=
"EN:Module_Unalterable_Archives_-_Logs|FR:Module_Archives_-_Logs_Inaltérable";
97llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-blockedlog page-admin_blockedlog');
101 $linkback =
'<a href="'.dolBuildUrl($backtopage ? $backtopage : DOL_URL_ROOT.
'/admin/modules.php', [
'restore_lastsearch_values' => 1]).
'">'.
img_picto($langs->trans(
"BackToModuleList"),
'back',
'class="pictofixedwidth"').
'<span class="hideonsmartphone">'.$langs->trans(
"BackToModuleList").
'</span></a>';
107$texttop =
'<small class="opacitymedium">'.$langs->trans(
"RegistrationNumber").
':</small> <small>'.
dol_trunc($registrationnumber, 10).
'</small>';
109print
load_fiche_titre($title.
'<br>'.$texttop, $linkback,
'blockedlog', 0,
'',
'', $morehtmlcenter);
119print
'<span class="opacitymedium">'.$langs->trans(
"BlockedLogDesc").
"</span><br>\n";
121if (in_array(
$mysoc->country_code, array(
'FR'))) {
122 $htmltext = $langs->trans(
"UnalterableLogTool1FR").
'<br>';
128print
'<div class="div-table-responsive">';
129print
'<table class="noborder centpercent">';
130print
'<tr class="liste_titre">';
131print
'<td>'.$langs->trans(
"Key").
'</td>';
132print
'<td>'.$langs->trans(
"Value").
'</td>';
135print
'<tr class="oddeven">';
136print
'<td class="titlefield">';
137print $langs->trans(
"CompanyInitialKey").
'</td><td>';
138print $block_static->getOrInitFirstSignature();
162print
'<tr class="oddeven">';
164print $form->textwithpicto($langs->transnoentitiesnoconv(
"BlockedLogDisableNotAllowedForCountry"), $langs->transnoentitiesnoconv(
"BlockedLogDisableNotAllowedForCountry2"));
168print
'<form method="POST" action="'.$_SERVER[
'PHP_SELF'].
'">';
169print
'<input type="hidden" name="token" value="'.newToken().
'">';
170print
'<input type="hidden" name="action" value="set_BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY">';
171print
'<input type="hidden" name="withtab" value="'.$withtab.
'">';
173$sql =
"SELECT rowid, code as code_iso, code_iso as code_iso3, label, favorite";
174$sql .=
" FROM ".MAIN_DB_PREFIX.
"c_country";
175$sql .=
" WHERE active > 0";
177$countryArray = array();
178$resql = $db->query($sql);
180 while ($obj = $db->fetch_object($resql)) {
181 $countryArray[$obj->code_iso] = ($obj->code_iso && $langs->transnoentitiesnoconv(
"Country".$obj->code_iso) !=
"Country".$obj->code_iso ? $langs->transnoentitiesnoconv(
"Country".$obj->code_iso) : ($obj->label !=
'-' ? $obj->label :
''));
188$canbedisabled = $block_static->canBeDisabled();
190print $form->multiselectarray(
'BLOCKEDLOG_DISABLE_NOT_ALLOWED_FOR_COUNTRY', $countryArray, $selected, 0, 0,
'', 0, 0, $canbedisabled ?
'' :
'disabled');
191print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"'.($canbedisabled ?
'' :
' disabled').
'>';
197print
'<tr class="oddeven">';
198print
'<td class="titlefield">';
199print $langs->trans(
"ListOfTrackedEvents").
'</td><td>';
200$arrayoftrackedevents = $block_static->trackedevents;
201foreach ($arrayoftrackedevents as $key => $val) {
202 if (preg_match(
'/^separator/i', $key)) {
206 if (is_array($val)) {
207 print $langs->trans($val[
'labelhtml']).
'<br>';
209 print $langs->trans($val).
'<br>';
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
dolibarr_del_const($db, $name, $entity=1)
Delete a constant.
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
getHashUniqueIdOfRegistration()
Return a hash unique identifier of the registration.
blockedlogadmin_prepare_head($withtabsetup)
Define head array for tabs of blockedlog tools setup pages.
Class to manage Blocked Log.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0, $morecssdiv='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
dol_trunc($string, $size=40, $trunc='right', $stringencoding='UTF-8', $nodot=0, $display=0)
Truncate a string to a particular length adding '…' if string larger than length.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
isModEnabled($module)
Is Dolibarr module enabled.
info_admin($text, $infoonimgalt=0, $nodiv=0, $admin='1', $morecss='hideonsmartphone', $textfordropdown='', $picto='')
Show information in HTML for admin users or standard users.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.