28require
'../../main.inc.php';
29require_once DOL_DOCUMENT_ROOT.
"/core/lib/admin.lib.php";
30require_once DOL_DOCUMENT_ROOT.
'/datapolicy/lib/datapolicy.lib.php';
42$langs->loadLangs(array(
'admin',
'companies',
'members',
'datapolicy'));
45$action =
GETPOST(
'action',
'aZ09');
46$backtopage =
GETPOST(
'backtopage',
'alpha');
52$arrayofparameters = array();
54$arrayofparameters[
'ThirdParty'] = array(
55 'DATAPOLICY_TIERS_CLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'company',
'class="pictofixedwidth"')),
56 'DATAPOLICY_TIERS_PROSPECT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'company',
'class="pictofixedwidth"')),
57 'DATAPOLICY_TIERS_PROSPECT_CLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'company',
'class="pictofixedwidth"')),
58 'DATAPOLICY_TIERS_NIPROSPECT_NICLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'company',
'class="pictofixedwidth"')),
59 'DATAPOLICY_TIERS_FOURNISSEUR'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'supplier',
'class="pictofixedwidth"')),
63 $arrayofparameters[
'Contact'] = array(
64 'DATAPOLICY_CONTACT_CLIENT' => array(
'css' =>
'minwidth200',
'picto' =>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
65 'DATAPOLICY_CONTACT_PROSPECT' => array(
'css' =>
'minwidth200',
'picto' =>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
66 'DATAPOLICY_CONTACT_PROSPECT_CLIENT' => array(
'css' =>
'minwidth200',
'picto' =>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
67 'DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT' => array(
'css' =>
'minwidth200',
'picto' =>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
68 'DATAPOLICY_CONTACT_FOURNISSEUR' => array(
'css' =>
'minwidth200',
'picto' =>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
72if (isModEnabled(
'member')) {
73 $arrayofparameters[
'Member'] = array(
74 'DATAPOLICY_ADHERENT' => array(
'css' =>
'minwidth200',
'picto' =>
img_picto(
'',
'member',
'class="pictofixedwidth"')),
79 '' => $langs->trans(
'Never'),
80 '6' => $langs->trans(
'NB_MONTHS', 6),
81 '12' => $langs->trans(
'ONE_YEAR'),
82 '24' => $langs->trans(
'NB_YEARS', 2),
83 '36' => $langs->trans(
'NB_YEARS', 3),
84 '48' => $langs->trans(
'NB_YEARS', 4),
85 '60' => $langs->trans(
'NB_YEARS', 5),
86 '120' => $langs->trans(
'NB_YEARS', 10),
87 '180' => $langs->trans(
'NB_YEARS', 15),
88 '240' => $langs->trans(
'NB_YEARS', 20),
92if (!isModEnabled(
"datapolicy")) {
100'@phan-var-force array<string,array<string,array{type?:string,css?:string,picto?:string}>> $arrayofparameters';
109foreach ($arrayofparameters as $title => $tab) {
110 foreach ($tab as $key => $val) {
112 if (GETPOSTISSET($key)) {
113 if (preg_match(
'/category:/', (
string) $val[
'type'])) {
120 $val_const =
GETPOST($key,
'alpha');
137if ($action ==
'update') {
146$page_name =
"datapolicySetup";
150$linkback =
'<a href="'.($backtopage ? $backtopage : DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1').
'">'.$langs->trans(
"BackToModuleList").
'</a>';
159print
'<span class="opacitymedium">'.$langs->trans(
"datapolicySetupPage").
'</span><br>';
164if ($action ==
'edit') {
165 print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'">';
166 print
'<input type="hidden" name="token" value="'.newToken().
'">';
167 print
'<input type="hidden" name="action" value="update">';
169 print
'<table class="noborder centpercent">';
172 foreach ($arrayofparameters as $title => $tab) {
173 print
'<tr class="trforbreak"><td class="titlefield trforbreak" colspan="2">'.$langs->trans($title).
'</td></tr>';
174 foreach ($tab as $key => $val) {
175 print
'<tr class="oddeven"><td>';
177 print $langs->trans($key);
179 print
'<select name="'.$key.
'" id="'.$key.
'" class="flat '.(empty($val[
'css']) ?
'minwidth200' : $val[
'css']).
'">';
180 foreach ($valTab as $key1 => $val1) {
181 print
'<option value="'.$key1.
'" '.(
getDolGlobalString($key) == $key1 ?
'selected="selected"' :
'').
'>';
193 print $form->buttonsSaveCancel(
"Save",
'');
198 print
'<table class="noborder centpercent">';
201 foreach ($arrayofparameters as $title => $tab) {
202 print
'<tr class="trforbreak"><td class="titlefield trforbreak" colspan="2">'.$langs->trans($title).
'</td></tr>';
203 foreach ($tab as $key => $val) {
204 print
'<tr class="oddeven"><td>';
206 print $langs->trans($key);
207 print
'</td><td>'.(getDolGlobalString($key) ==
'' ?
'<span class="opacitymedium">'.$valTab[
''].
'</span>' : $valTab[
getDolGlobalString($key)]).
'</td></tr>';
213 print
'<div class="tabsAction">';
214 print
'<a class="butAction" href="'.$_SERVER[
"PHP_SELF"].
'?action=edit&token='.
newToken().
'">'.$langs->trans(
"Modify").
'</a>';
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).
ajax_combobox($htmlname, $events=array(), $minLengthToAutocomplete=0, $forcefocus=0, $widthTypeOfAutocomplete='resolve', $idforemptyvalue='-1', $morecss='')
Convert a html select field into an ajax combobox.
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.
datapolicyAdminPrepareHead()
Prepare admin pages header.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
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)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.