28require
'../../main.inc.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/recruitment/lib/recruitment.lib.php';
33$langs->loadLangs(array(
"admin",
"recruitment"));
35$action =
GETPOST(
'action',
'aZ09');
48if ($action ==
'setRECRUITMENT_ENABLE_PUBLIC_INTERFACE') {
50 dolibarr_set_const($db,
'RECRUITMENT_ENABLE_PUBLIC_INTERFACE', 1,
'chaine', 0,
'', $conf->entity);
52 dolibarr_set_const($db,
'RECRUITMENT_ENABLE_PUBLIC_INTERFACE', 0,
'chaine', 0,
'', $conf->entity);
56if ($action ==
'update') {
57 $public =
GETPOST(
'RECRUITMENT_ENABLE_PUBLIC_INTERFACE');
59 $res =
dolibarr_set_const($db,
"RECRUITMENT_ENABLE_PUBLIC_INTERFACE", $public,
'chaine', 0,
'', $conf->entity);
81llxHeader(
'', $langs->trans(
"RecruitmentSetup"), $help_url);
84$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
85print
load_fiche_titre($langs->trans(
"RecruitmentSetup"), $linkback,
'title_setup');
91print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
92print
'<input type="hidden" name="action" value="update">';
93print
'<input type="hidden" name="token" value="'.newToken().
'">';
98print
'<span class="opacitymedium">'.$langs->trans(
"PublicInterfaceRecruitmentDesc").
'</span><br><br>';
102$enabledisablehtml = $langs->trans(
"EnablePublicRecruitmentPages").
' ';
105 $enabledisablehtml .=
'<a class="reposition valignmiddle" href="'.$_SERVER[
"PHP_SELF"].
'?action=setRECRUITMENT_ENABLE_PUBLIC_INTERFACE&token='.
newToken().
'&value=1'.$param.
'">';
106 $enabledisablehtml .=
img_picto($langs->trans(
"Disabled"),
'switch_off');
107 $enabledisablehtml .=
'</a>';
110 $enabledisablehtml .=
'<a class="reposition valignmiddle" href="'.$_SERVER[
"PHP_SELF"].
'?action=setRECRUITMENT_ENABLE_PUBLIC_INTERFACE&token='.
newToken().
'&value=0'.$param.
'">';
111 $enabledisablehtml .=
img_picto($langs->trans(
"Activated"),
'switch_on');
112 $enabledisablehtml .=
'</a>';
114print $enabledisablehtml;
115print
'<input type="hidden" id="RECRUITMENT_ENABLE_PUBLIC_INTERFACE" name="RECRUITMENT_ENABLE_PUBLIC_INTERFACE" value="'.(!
getDolGlobalString(
'RECRUITMENT_ENABLE_PUBLIC_INTERFACE') ? 0 : 1).
'">';
147 print
img_picto(
'',
'globe').
' <span class="opacitymedium">'.$langs->trans(
'BlankSubscriptionForm').
'</span><br>';
148 if (isModEnabled(
'multicompany')) {
149 $entity_qr =
'?entity='.$conf->entity;
155 $urlwithouturlroot = preg_replace(
'/'.preg_quote(DOL_URL_ROOT,
'/').
'$/i',
'', trim($dolibarr_main_url_root));
156 $urlwithroot = $urlwithouturlroot.DOL_URL_ROOT;
159 print
'<div class="urllink">';
160 print
'<input type="text" id="publicurlmember" class="quatrevingtpercentminusx" value="'.$urlwithroot.
'/public/recruitment/index.php'.$entity_qr.
'">';
161 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.
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.