29require
'../../main.inc.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
31require_once DOL_DOCUMENT_ROOT.
'/recruitment/lib/recruitment.lib.php';
42$langs->loadLangs(array(
"admin",
"recruitment"));
44$action =
GETPOST(
'action',
'aZ09');
57if ($action ==
'setRECRUITMENT_ENABLE_PUBLIC_INTERFACE') {
65if ($action ==
'update') {
66 $public =
GETPOST(
'RECRUITMENT_ENABLE_PUBLIC_INTERFACE');
90llxHeader(
'', $langs->trans(
"RecruitmentSetup"), $help_url);
93$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
94print
load_fiche_titre($langs->trans(
"RecruitmentSetup"), $linkback,
'title_setup');
100print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
101print
'<input type="hidden" name="action" value="update">';
102print
'<input type="hidden" name="token" value="'.newToken().
'">';
107print
'<span class="opacitymedium">'.$langs->trans(
"PublicInterfaceRecruitmentDesc").
'</span><br><br>';
111$enabledisablehtml = $langs->trans(
"EnablePublicRecruitmentPages").
' ';
114 $enabledisablehtml .=
'<a class="reposition valignmiddle" href="'.$_SERVER[
"PHP_SELF"].
'?action=setRECRUITMENT_ENABLE_PUBLIC_INTERFACE&token='.
newToken().
'&value=1'.$param.
'">';
115 $enabledisablehtml .=
img_picto($langs->trans(
"Disabled"),
'switch_off');
116 $enabledisablehtml .=
'</a>';
119 $enabledisablehtml .=
'<a class="reposition valignmiddle" href="'.$_SERVER[
"PHP_SELF"].
'?action=setRECRUITMENT_ENABLE_PUBLIC_INTERFACE&token='.
newToken().
'&value=0'.$param.
'">';
120 $enabledisablehtml .=
img_picto($langs->trans(
"Activated"),
'switch_on');
121 $enabledisablehtml .=
'</a>';
123print $enabledisablehtml;
124print
'<input type="hidden" id="RECRUITMENT_ENABLE_PUBLIC_INTERFACE" name="RECRUITMENT_ENABLE_PUBLIC_INTERFACE" value="'.(!
getDolGlobalString(
'RECRUITMENT_ENABLE_PUBLIC_INTERFACE') ? 0 : 1).
'">';
156 print
img_picto(
'',
'globe').
' <span class="opacitymedium">'.$langs->trans(
'BlankSubscriptionForm').
'</span><br>';
157 if (isModEnabled(
'multicompany')) {
158 $entity_qr =
'?entity='.$conf->entity;
164 $urlwithouturlroot = preg_replace(
'/'.preg_quote(DOL_URL_ROOT,
'/').
'$/i',
'', trim($dolibarr_main_url_root));
165 $urlwithroot = $urlwithouturlroot.DOL_URL_ROOT;
168 print
'<div class="urllink">';
169 print
'<input type="text" id="publicurlmember" class="quatrevingtpercentminusx" value="'.$urlwithroot.
'/public/recruitment/index.php'.$entity_qr.
'">';
170 print
'<a target="_blank" rel="noopener noreferrer" href="'.$urlwithroot.
'/public/recruitment/index.php'.$entity_qr.
'">'.
img_picto(
'',
'globe',
'class="paddingleft"').
'</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($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty 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)
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.
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.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
recruitmentAdminPrepareHead()
Prepare admin pages header.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.