26require
'../../main.inc.php';
27require_once DOL_DOCUMENT_ROOT.
"/core/lib/admin.lib.php";
28require_once DOL_DOCUMENT_ROOT.
'/datapolicy/lib/datapolicy.lib.php';
31$langs->loadLangs(array(
'admin',
'companies',
'members',
'datapolicy'));
34$action =
GETPOST(
'action',
'aZ09');
35$backtopage =
GETPOST(
'backtopage',
'alpha');
37$arrayofparameters = array();
38$arrayofparameters[
'ThirdParty'] = array(
39 'DATAPOLICY_TIERS_CLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'company',
'class="pictofixedwidth"')),
40 'DATAPOLICY_TIERS_PROSPECT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'company',
'class="pictofixedwidth"')),
41 'DATAPOLICY_TIERS_PROSPECT_CLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'company',
'class="pictofixedwidth"')),
42 'DATAPOLICY_TIERS_NIPROSPECT_NICLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'company',
'class="pictofixedwidth"')),
43 'DATAPOLICY_TIERS_FOURNISSEUR'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'supplier',
'class="pictofixedwidth"')),
46 $arrayofparameters[
'Contact'] = array(
47 'DATAPOLICY_CONTACT_CLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
48 'DATAPOLICY_CONTACT_PROSPECT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
49 'DATAPOLICY_CONTACT_PROSPECT_CLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
50 'DATAPOLICY_CONTACT_NIPROSPECT_NICLIENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
51 'DATAPOLICY_CONTACT_FOURNISSEUR'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'contact',
'class="pictofixedwidth"')),
54if (isModEnabled(
'adherent')) {
55 $arrayofparameters[
'Member'] = array(
56 'DATAPOLICY_ADHERENT'=>array(
'css'=>
'minwidth200',
'picto'=>
img_picto(
'',
'member',
'class="pictofixedwidth"')),
61 '' => $langs->trans(
'Never'),
62 '6' => $langs->trans(
'NB_MONTHS', 6),
63 '12' => $langs->trans(
'ONE_YEAR'),
64 '24' => $langs->trans(
'NB_YEARS', 2),
65 '36' => $langs->trans(
'NB_YEARS', 3),
66 '48' => $langs->trans(
'NB_YEARS', 4),
67 '60' => $langs->trans(
'NB_YEARS', 5),
68 '120' => $langs->trans(
'NB_YEARS', 10),
69 '180' => $langs->trans(
'NB_YEARS', 15),
70 '240' => $langs->trans(
'NB_YEARS', 20),
74if (!isModEnabled(
"datapolicy")) {
86foreach ($arrayofparameters as $title => $tab) {
87 foreach ($tab as $key => $val) {
89 if (GETPOSTISSET($key)) {
90 if (preg_match(
'/category:/', $val[
'type'])) {
91 if (
GETPOST($key,
'int') ==
'-1') {
94 $val_const =
GETPOST($key,
'int');
97 $val_const =
GETPOST($key,
'alpha');
115$page_name =
"datapolicySetup";
119$linkback =
'<a href="'.($backtopage ? $backtopage : DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1').
'">'.$langs->trans(
"BackToModuleList").
'</a>';
128echo
'<span class="opacitymedium">'.$langs->trans(
"datapolicySetupPage").
'</span><br><br>';
131if ($action ==
'edit') {
132 print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'">';
133 print
'<input type="hidden" name="token" value="'.newToken().
'">';
134 print
'<input type="hidden" name="action" value="update">';
136 print
'<table class="noborder centpercent">';
137 print
'<tr class="liste_titre"><td class="titlefield">'.$langs->trans(
"Parameter").
'</td><td>'.$langs->trans(
"Value").
'</td></tr>';
139 foreach ($arrayofparameters as $title => $tab) {
140 print
'<tr class="trforbreak"><td class="titlefield trforbreak" colspan="2">'.$langs->trans($title).
'</td></tr>';
141 foreach ($tab as $key => $val) {
142 print
'<tr class="oddeven"><td>';
144 print $form->textwithpicto($langs->trans($key), $langs->trans(
'DATAPOLICY_Tooltip_SETUP'));
146 print
'<select name="'.$key.
'" class="flat '.(empty($val[
'css']) ?
'minwidth200' : $val[
'css']).
'">';
147 foreach ($valTab as $key1 => $val1) {
148 print
'<option value="'.$key1.
'" '.($conf->global->$key == $key1 ?
'selected="selected"' :
'').
'>';
159 print
'<br><div class="center">';
160 print
'<input class="button button-save" type="submit" value="'.$langs->trans(
"Save").
'">';
166 print
'<table class="noborder centpercent">';
167 print
'<tr class="liste_titre"><td class="titlefield">'.$langs->trans(
"Parameter").
'</td><td>'.$langs->trans(
"Value").
'</td></tr>';
169 foreach ($arrayofparameters as $title => $tab) {
170 print
'<tr class="trforbreak"><td class="titlefield trforbreak" colspan="2">'.$langs->trans($title).
'</td></tr>';
171 foreach ($tab as $key => $val) {
172 print
'<tr class="oddeven"><td>';
174 print $form->textwithpicto($langs->trans($key), $langs->trans(
'DATAPOLICY_Tooltip_SETUP'));
175 print
'</td><td>'.(getDolGlobalString($key) ==
'' ? $langs->trans(
'None') : $valTab[
getDolGlobalString($key)]).
'</td></tr>';
181 print
'<div class="tabsAction">';
182 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).
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
datapolicyAdminPrepareHead()
Prepare admin pages header.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
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.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
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 dolibarr global constant string value.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.