28 require
'../main.inc.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
32 $action =
GETPOST(
'action',
'aZ09');
38 $socid =
GETPOST(
'socid',
'int');
39 if (isset($user->socid) && $user->socid > 0) {
41 $socid = $user->socid;
62 llxHeader(
"", $langs->trans(
"WebhookArea"));
64 print
load_fiche_titre($langs->trans(
"WebhookArea"),
'',
'webhook.png@webhook');
66 print
'<div class="fichecenter"><div class="fichethirdleft">';
143 print
'</div><div class="fichetwothirdright">';
146 $NBMAX = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
147 $max = $conf->global->MAIN_SIZE_SHORTLIST_LIMIT;
204 print
'</div></div>';
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_now($mode='auto')
Return date for now.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.