32 require
'../main.inc.php';
33 require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
36 $langs->loadLangs(array(
'admin',
'exports',
'other'));
42 $action =
GETPOST(
'action',
'aZ09');
49 if ($action ==
'save') {
60 $page_name =
"ExportSetup";
64 $linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php">'.$langs->trans(
"BackToModuleList").
'</a>';
71 $head[$h][0] = DOL_URL_ROOT.
'/admin/export.php';
72 $head[$h][1] = $langs->trans(
"Setup");
73 $head[$h][2] =
'setup';
78 print
'<form method="POST" action="'.$_SERVER[
'PHP_SELF'].
'">';
79 print
'<input type="hidden" name="token" value="'.newToken().
'">';
80 print
'<input type="hidden" name="action" value="save">';
82 print
'<table class="noborder centpercent">';
84 print
'<tr class="liste_titre">';
85 print
'<td>'.$langs->trans(
"Parameters").
'</td>'.
"\n";
86 print
'<td class="center" width="20"> </td>';
87 print
'<td class="center" width="100"></td>'.
"\n";
99 print
'<tr class="oddeven">';
100 print
'<td>'.$langs->trans(
"ExportCsvSeparator").
'</td>';
101 print
'<td width="60" align="center"><input class="flat width50" maxlength="3" type="text" name="EXPORT_CSV_SEPARATOR_TO_USE" value="'.(empty($conf->global->EXPORT_CSV_SEPARATOR_TO_USE) ?
',' : $conf->global->EXPORT_CSV_SEPARATOR_TO_USE).
'"></td>';
102 print
'<td class="right"><input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'"></td>';
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.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
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='')
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.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.