27require
'../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
"/core/lib/admin.lib.php";
29require_once DOL_DOCUMENT_ROOT.
"/ticket/class/ticket.class.php";
30require_once DOL_DOCUMENT_ROOT.
"/core/lib/ticket.lib.php";
31require_once DOL_DOCUMENT_ROOT.
"/core/class/html.formcategory.class.php";
34$langs->loadLangs(array(
"admin",
"ticket"));
42$value =
GETPOST(
'value',
'alpha');
43$action =
GETPOST(
'action',
'aZ09');
44$label =
GETPOST(
'label',
'alpha');
45$scandir =
GETPOST(
'scandir',
'alpha');
55if ($action ==
'setTICKET_ENABLE_PUBLIC_INTERFACE') {
57 $res =
dolibarr_set_const($db,
'TICKET_ENABLE_PUBLIC_INTERFACE', 1,
'chaine', 0,
'', $conf->entity);
59 $res =
dolibarr_set_const($db,
'TICKET_ENABLE_PUBLIC_INTERFACE', 0,
'chaine', 0,
'', $conf->entity);
63 $errors[] = $db->lasterror();
65} elseif ($action ==
'setvar') {
66 include_once DOL_DOCUMENT_ROOT.
"/core/lib/files.lib.php";
68 if (GETPOSTISSET(
'TICKET_ENABLE_PUBLIC_INTERFACE')) {
69 $param_enable_public_interface =
GETPOST(
'TICKET_ENABLE_PUBLIC_INTERFACE',
'alpha');
70 $res =
dolibarr_set_const($db,
'TICKET_ENABLE_PUBLIC_INTERFACE', $param_enable_public_interface,
'chaine', 0,
'', $conf->entity);
73 $errors[] = $db->lasterror();
77 if (GETPOSTISSET(
'TICKET_DISABLE_CUSTOMER_MAILS')) {
78 $param_disable_email =
GETPOST(
'TICKET_DISABLE_CUSTOMER_MAILS',
'alpha');
79 $res =
dolibarr_set_const($db,
'TICKET_DISABLE_CUSTOMER_MAILS', $param_disable_email,
'chaine', 0,
'', $conf->entity);
82 $errors[] = $db->lasterror();
86 if (GETPOSTISSET(
'TICKET_SHOW_COMPANY_LOGO')) {
87 $param_show_module_logo =
GETPOST(
'TICKET_SHOW_COMPANY_LOGO',
'alpha');
88 $res =
dolibarr_set_const($db,
'TICKET_SHOW_COMPANY_LOGO', $param_show_module_logo,
'chaine', 0,
'', $conf->entity);
91 $errors[] = $db->lasterror();
95 $topic_interface =
GETPOST(
'TICKET_PUBLIC_INTERFACE_TOPIC',
'alphanohtml');
96 if (!empty($topic_interface)) {
97 $res =
dolibarr_set_const($db,
'TICKET_PUBLIC_INTERFACE_TOPIC', $topic_interface,
'chaine', 0,
'', $conf->entity);
99 $res =
dolibarr_set_const($db,
'TICKET_PUBLIC_INTERFACE_TOPIC',
'',
'chaine', 0,
'', $conf->entity);
103 $errors[] = $db->lasterror();
106 $text_home =
GETPOST(
'TICKET_PUBLIC_TEXT_HOME',
'restricthtml');
107 if (GETPOSTISSET(
'TICKET_PUBLIC_TEXT_HOME')) {
108 $res =
dolibarr_set_const($db,
'TICKET_PUBLIC_TEXT_HOME', $text_home,
'chaine', 0,
'', $conf->entity);
110 $res =
dolibarr_set_const($db,
'TICKET_PUBLIC_TEXT_HOME', $langs->trans(
'TicketPublicInterfaceTextHome'),
'chaine', 0,
'', $conf->entity);
114 $errors[] = $db->lasterror();
117 $text_help =
GETPOST(
'TICKET_PUBLIC_TEXT_HELP_MESSAGE',
'restricthtml');
118 if (!empty($text_help)) {
119 $res =
dolibarr_set_const($db,
'TICKET_PUBLIC_TEXT_HELP_MESSAGE', $text_help,
'chaine', 0,
'', $conf->entity);
121 $res =
dolibarr_set_const($db,
'TICKET_PUBLIC_TEXT_HELP_MESSAGE', $langs->trans(
'TicketPublicPleaseBeAccuratelyDescribe'),
'chaine', 0,
'', $conf->entity);
125 $errors[] = $db->lasterror();
128 $mail_new_ticket =
GETPOST(
'TICKET_MESSAGE_MAIL_NEW',
'restricthtml');
129 if (!empty($mail_new_ticket)) {
130 $res =
dolibarr_set_const($db,
'TICKET_MESSAGE_MAIL_NEW', $mail_new_ticket,
'chaine', 0,
'', $conf->entity);
132 $res =
dolibarr_set_const($db,
'TICKET_MESSAGE_MAIL_NEW', $langs->trans(
'TicketMessageMailNewText'),
'chaine', 0,
'', $conf->entity);
136 $errors[] = $db->lasterror();
139 $url_interface =
GETPOST(
'TICKET_URL_PUBLIC_INTERFACE',
'alpha');
140 if (!empty($url_interface)) {
141 $res =
dolibarr_set_const($db,
'TICKET_URL_PUBLIC_INTERFACE', $url_interface,
'chaine', 0,
'', $conf->entity);
143 $res =
dolibarr_set_const($db,
'TICKET_URL_PUBLIC_INTERFACE',
'',
'chaine', 0,
'', $conf->entity);
147 $errors[] = $db->lasterror();
150 $param_public_notification_new_message_default_email =
GETPOST(
'TICKET_PUBLIC_NOTIFICATION_NEW_MESSAGE_DEFAULT_EMAIL',
'alpha');
151 $res =
dolibarr_set_const($db,
'TICKET_PUBLIC_NOTIFICATION_NEW_MESSAGE_DEFAULT_EMAIL', $param_public_notification_new_message_default_email,
'chaine', 0,
'', $conf->entity);
154 $errors[] = $db->lasterror();
158 if (
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') >= 2 && empty($conf->use_javascript_ajax)) {
159 $param_notification_also_main_addressemail =
GETPOST(
'TICKET_NOTIFICATION_ALSO_MAIN_ADDRESS',
'alpha');
160 $res =
dolibarr_set_const($db,
'TICKET_NOTIFICATION_ALSO_MAIN_ADDRESS', $param_notification_also_main_addressemail,
'chaine', 0,
'', $conf->entity);
163 $errors[] = $db->lasterror();
166} elseif (preg_match(
'/set_(.*)/', $action, $reg)) {
168 $value = GETPOSTISSET($code) ?
GETPOSTINT($code) : 1;
169 if ($code ==
'TICKET_NOTIFICATION_ALSO_MAIN_ADDRESS' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') >= 2) {
170 $param_notification_also_main_addressemail =
GETPOST(
'TICKET_NOTIFICATION_ALSO_MAIN_ADDRESS',
'alpha');
171 $res =
dolibarr_set_const($db,
'TICKET_NOTIFICATION_ALSO_MAIN_ADDRESS', $param_notification_also_main_addressemail,
'chaine', 0,
'', $conf->entity);
181 if ($code ==
'TICKET_EMAIL_MUST_EXISTS') {
182 $res =
dolibarr_del_const($db,
'TICKET_CREATE_THIRD_PARTY_WITH_CONTACT_IF_NOT_EXIST', $conf->entity);
185 $errors[] = $db->lasterror();
187 } elseif ($code ==
'TICKET_CREATE_THIRD_PARTY_WITH_CONTACT_IF_NOT_EXIST') {
191 $errors[] = $db->lasterror();
196} elseif (preg_match(
'/del_(.*)/', $action, $reg)) {
201 $errors[] = $db->lasterror();
209 header(
"Location: " . $_SERVER[
'PHP_SELF']);
222$dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
224$form =
new Form($db);
227$help_url =
"FR:Module_Ticket";
228$page_name =
"TicketSetup";
229llxHeader(
'', $langs->trans($page_name), $help_url,
'', 0, 0,
'',
'',
'',
'mod-admin page-ticket_public');
232$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
239print
dol_get_fiche_head($head,
'public', $langs->trans(
"Module56000Name"), -1,
"ticket");
245$enabledisablehtml = $langs->trans(
"TicketsActivatePublicInterface").
' ';
248 $enabledisablehtml .=
'<a class="reposition valignmiddle" href="'.$_SERVER[
"PHP_SELF"].
'?action=setTICKET_ENABLE_PUBLIC_INTERFACE&token='.
newToken().
'&value=1'.$param.
'">';
249 $enabledisablehtml .=
img_picto($langs->trans(
"Disabled"),
'switch_off');
250 $enabledisablehtml .=
'</a>';
253 $enabledisablehtml .=
'<a class="reposition valignmiddle" href="'.$_SERVER[
"PHP_SELF"].
'?action=setTICKET_ENABLE_PUBLIC_INTERFACE&token='.
newToken().
'&value=0'.$param.
'">';
254 $enabledisablehtml .=
img_picto($langs->trans(
"Activated"),
'switch_on');
255 $enabledisablehtml .=
'</a>';
257print $enabledisablehtml;
258print
'<input type="hidden" id="TICKET_ENABLE_PUBLIC_INTERFACE" name="TICKET_ENABLE_PUBLIC_INTERFACE" value="'.(!
getDolGlobalInt(
'TICKET_ENABLE_PUBLIC_INTERFACE') ? 0 : 1).
'">';
269 $urlwithouturlroot = preg_replace(
'/'.preg_quote(DOL_URL_ROOT,
'/').
'$/i',
'', trim($dolibarr_main_url_root));
270 $urlwithroot = $urlwithouturlroot.DOL_URL_ROOT;
273 print
'<span class="opacitymedium">'.$langs->trans(
"TicketPublicAccess").
'</span> :<br>';
274 print
'<div class="urllink">';
275 print
'<input type="text" id="publicurlmember" class="quatrevingtpercentminusx" value="'.$urlwithroot.
'/public/ticket/index.php?entity='.$conf->entity.
'">';
276 print
'<a target="_blank" rel="noopener noreferrer" href="'.$urlwithroot.
'/public/ticket/index.php?entity='.$conf->entity.
'">'.
img_picto(
'',
'globe',
'class="paddingleft"').
'</a>';
284 print
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'" enctype="multipart/form-data" >';
285 print
'<input type="hidden" name="token" value="'.newToken().
'">';
286 print
'<input type="hidden" name="action" value="setvar">';
288 print
'<div class="div-table-responsive-no-min">';
289 print
'<table class="noborder centpercent">';
290 print
'<tr class="liste_titre"><td>'.$langs->trans(
"Parameters").
'</td>';
291 print
'<td class="left">';
293 print
'<td class="center width75">';
298 print
'<tr class="oddeven">';
299 print
'<td>'.$langs->trans(
"TicketUseCaptchaCode").
'</td>';
300 print
'<td class="left">';
301 if (function_exists(
"imagecreatefrompng")) {
302 if (!empty($conf->use_javascript_ajax)) {
303 print ajax_constantonoff(
'MAIN_SECURITY_ENABLECAPTCHA_TICKET');
306 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=set_MAIN_SECURITY_ENABLECAPTCHA_TICKET&token='.
newToken().
'">'.
img_picto($langs->trans(
"Disabled"),
'off').
'</a>';
308 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=del_MAIN_SECURITY_ENABLECAPTCHA_TICKET&token='.
newToken().
'">'.
img_picto($langs->trans(
"Enabled"),
'on').
'</a>';
312 $desc = $form->textwithpicto(
'', $langs->transnoentities(
"EnableGDLibraryDesc"), 1,
'warning');
316 print
'<td class="center width75">';
317 print $form->textwithpicto(
'', $langs->trans(
"TicketUseCaptchaCodeHelp"), 1,
'help');
322 print
'<tr class="oddeven"><td>'.$langs->trans(
"TicketsEmailMustExist").
'</td>';
323 print
'<td class="left">';
325 print
'<a href="' . $_SERVER[
'PHP_SELF'] .
'?action=set_TICKET_EMAIL_MUST_EXISTS&token='.newToken().
'">' .
img_picto($langs->trans(
'Disabled'),
'switch_off') .
'</a>';
327 print
'<a href="' . $_SERVER[
'PHP_SELF'] .
'?action=del_TICKET_EMAIL_MUST_EXISTS&token='.newToken().
'">' .
img_picto($langs->trans(
'Enabled'),
'switch_on') .
'</a>';
330 print
'<td class="center width75">';
331 print $form->textwithpicto(
'', $langs->trans(
"TicketsEmailMustExistHelp"), 1,
'help');
354 print
'<tr class="oddeven"><td>'.$langs->trans(
"TicketsShowCompanyLogo").
'</td>';
355 print
'<td class="left">';
356 if (!empty($conf->use_javascript_ajax)) {
357 print ajax_constantonoff(
'TICKET_SHOW_COMPANY_LOGO');
359 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
360 print $form->selectarray(
"TICKET_SHOW_COMPANY_LOGO", $arrval,
getDolGlobalInt(
'TICKET_SHOW_COMPANY_LOGO'));
363 print
'<td class="center width75">';
364 print $form->textwithpicto(
'', $langs->trans(
"TicketsShowCompanyLogoHelp"), 1,
'help');
369 print
'<tr class="oddeven"><td>'.$langs->trans(
"TicketsShowCompanyFooter").
'</td>';
370 print
'<td class="left">';
371 if ($conf->use_javascript_ajax) {
372 print ajax_constantonoff(
'TICKET_SHOW_COMPANY_FOOTER');
374 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
375 print $form->selectarray(
"TICKET_SHOW_COMPANY_FOOTER", $arrval, $conf->global->TICKET_SHOW_COMPANY_FOOTER);
378 print
'<td class="center width75">';
379 print $form->textwithpicto(
'', $langs->trans(
"TicketsShowCompanyFooterHelp"), 1,
'help');
384 print
'<tr class="oddeven"><td>'.$langs->trans(
"TicketsShowProgression").
'</td>';
385 print
'<td class="left">';
386 if (!empty($conf->use_javascript_ajax)) {
387 print ajax_constantonoff(
'TICKET_SHOW_PROGRESSION');
390 print
'<a href="' . $_SERVER[
'PHP_SELF'] .
'?action=set_TICKET_SHOW_PROGRESSION&token='.newToken().
'">' .
img_picto($langs->trans(
'Disabled'),
'switch_off') .
'</a>';
392 print
'<a href="' . $_SERVER[
'PHP_SELF'] .
'?action=del_TICKET_SHOW_PROGRESSION&token='.newToken().
'">' .
img_picto($langs->trans(
'Enabled'),
'switch_on') .
'</a>';
396 print
'<td class="center width75">';
397 print $form->textwithpicto(
'', $langs->trans(
"TicketsShowProgressionHelp"), 1,
'help');
403 print
'<tr class="oddeven"><td>'.$langs->trans(
"TicketsEmailAlsoSendToMainAddress").
'</td>';
404 print
'<td class="left">';
405 if (!empty($conf->use_javascript_ajax)) {
406 print ajax_constantonoff(
'TICKET_NOTIFICATION_ALSO_MAIN_ADDRESS');
408 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
409 print $form->selectarray(
"TICKET_NOTIFICATION_ALSO_MAIN_ADDRESS", $arrval,
getDolGlobalInt(
'TICKET_NOTIFICATION_ALSO_MAIN_ADDRESS'));
412 print
'<td class="center width75">';
413 print $form->textwithpicto(
'', $langs->trans(
"TicketsEmailAlsoSendToMainAddressHelp", $langs->transnoentitiesnoconv(
"TicketEmailNotificationTo").
' ('.$langs->transnoentitiesnoconv(
"Creation").
')', $langs->trans(
"Settings")), 1,
'help');
418 if (empty($conf->use_javascript_ajax)) {
419 print
'<tr><td colspan="3" align="center"><input type="submit" class="button button-save" value="'.$langs->trans(
"Save").
'"></td>';
425 print
'<td colspan="3"><div class="info">'.$langs->trans(
"TicketCkEditorEmailNotActivated").
'</div></td>';
431 print
'<tr><td>'.$langs->trans(
"TicketPublicInterfaceTopicLabelAdmin").
'</label>';
433 print
'<input type="text" name="TICKET_PUBLIC_INTERFACE_TOPIC" value="'.$url_interface.
'" size="40" ></td>';
435 print
'<td class="center width75">';
436 print $form->textwithpicto(
'', $langs->trans(
"TicketPublicInterfaceTopicHelp"), 1,
'help');
440 $public_text_home =
getDolGlobalString(
'TICKET_PUBLIC_TEXT_HOME',
'<span class="opacitymedium">'.$langs->trans(
"TicketPublicDesc").
'</span>');
441 print
'<tr><td>'.$langs->trans(
"TicketPublicInterfaceTextHomeLabelAdmin").
'</label>';
443 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
444 $doleditor =
new DolEditor(
'TICKET_PUBLIC_TEXT_HOME', $public_text_home,
'100%', 180,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_TICKET'), ROWS_2,
'70');
445 $doleditor->Create();
447 print
'<td class="center">';
448 print $form->textwithpicto(
'', $langs->trans(
"TicketPublicInterfaceTextHomeHelpAdmin"), 1,
'help');
452 $public_text_help_message =
getDolGlobalString(
"TICKET_PUBLIC_TEXT_HELP_MESSAGE", $langs->trans(
'TicketPublicPleaseBeAccuratelyDescribe'));
453 print
'<tr><td>'.$langs->trans(
"TicketPublicInterfaceTextHelpMessageLabelAdmin").
'</label>';
455 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
456 $doleditor =
new DolEditor(
'TICKET_PUBLIC_TEXT_HELP_MESSAGE', $public_text_help_message,
'100%', 180,
'dolibarr_notes',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_TICKET'), ROWS_2,
'70');
457 $doleditor->Create();
459 print
'<td class="center">';
460 print $form->textwithpicto(
'', $langs->trans(
"TicketPublicInterfaceTextHelpMessageHelpAdmin"), 1,
'help');
485 print
'<tr class="oddeven"><td>'.$langs->trans(
"UrlPublicInterfaceLabelAdmin").
'</label>';
487 print
'<input type="text" class="minwidth500" name="TICKET_URL_PUBLIC_INTERFACE" value="'.$url_interface.
'" placeholder="https://..."></td>';
489 print
'<td class="center">';
490 print $form->textwithpicto(
'', $langs->trans(
"UrlPublicInterfaceHelpAdmin"), 1,
'help');
501 print
'<div class="div-table-responsive-no-min">';
502 print
'<table class="noborder centpercent">';
505 print
'<tr class="oddeven"><td>';
506 print $form->textwithpicto($langs->trans(
"TicketsDisableCustomerEmail"), $langs->trans(
"TicketsDisableEmailHelp"), 1,
'help');
508 print
'<td class="left">';
509 if ($conf->use_javascript_ajax) {
510 print ajax_constantonoff(
'TICKET_DISABLE_CUSTOMER_MAILS');
512 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
513 print $form->selectarray(
"TICKET_DISABLE_CUSTOMER_MAILS", $arrval,
getDolGlobalInt(
'TICKET_DISABLE_CUSTOMER_MAILS'));
519 $mail_mesg_new =
getDolGlobalString(
"TICKET_MESSAGE_MAIL_NEW", $langs->trans(
'TicketNewEmailBody'));
520 print
'<tr class="oddeven"><td>';
521 print $form->textwithpicto($langs->trans(
"TicketNewEmailBodyLabel"), $langs->trans(
"TicketNewEmailBodyHelp"), 1,
'help');
524 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
525 $doleditor =
new DolEditor(
'TICKET_MESSAGE_MAIL_NEW', $mail_mesg_new,
'100%', 120,
'dolibarr_mailings',
'',
false,
true,
getDolGlobalInt(
'FCKEDITOR_ENABLE_MAIL'), ROWS_2,
'70');
526 $doleditor->Create();
531 print
'<tr class="oddeven"><td>';
532 print $form->textwithpicto($langs->trans(
"TicketsPublicNotificationNewMessage"), $langs->trans(
"TicketsPublicNotificationNewMessageHelp"), 1,
'help');
534 print
'<td class="left">';
535 if ($conf->use_javascript_ajax) {
536 print ajax_constantonoff(
'TICKET_PUBLIC_NOTIFICATION_NEW_MESSAGE_ENABLED');
538 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
539 print $form->selectarray(
"TICKET_PUBLIC_NOTIFICATION_NEW_MESSAGE_ENABLED", $arrval,
getDolGlobalString(
"TICKET_PUBLIC_NOTIFICATION_NEW_MESSAGE_ENABLED"));
545 print
'<tr class="oddeven"><td>';
546 print $form->textwithpicto($langs->trans(
"TicketPublicNotificationNewMessageDefaultEmail"), $langs->trans(
"TicketPublicNotificationNewMessageDefaultEmailHelp"), 1,
'help');
548 print
'<input type="text" name="TICKET_PUBLIC_NOTIFICATION_NEW_MESSAGE_DEFAULT_EMAIL" value="'.getDolGlobalString(
"TICKET_PUBLIC_NOTIFICATION_NEW_MESSAGE_DEFAULT_EMAIL").
'" size="40" ></td>';
555 print $form->buttonsSaveCancel(
"Save",
'');
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.
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.
Class to manage a WYSIWYG editor.
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.
setEventMessage($mesgs, $style='mesgs', $noduplicate=0, $attop=0)
Set event message in dol_events session object.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
ajax_autoselect($htmlname, $addlink='', $textonlink='Link')
Make content of an input box selected when we click into input field.
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.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.
ticketAdminPrepareHead()
Build tabs for admin page.