33require
'../main.inc.php';
43require_once DOL_DOCUMENT_ROOT.
'/core/lib/reception.lib.php';
49$langs->loadLangs(array(
"admin",
"other",
"receptions",
"sendings"));
56$action =
GETPOST(
'action',
'aZ09');
57$attrname =
GETPOST(
'attrname',
'alpha');
58$elementtype =
'reception';
65require DOL_DOCUMENT_ROOT.
'/core/actions_extrafields.inc.php';
73$textobject = $langs->transnoentitiesnoconv(
"Receptions");
75llxHeader(
'', $langs->trans(
"ReceptionsSetup"),
'',
'', 0, 0,
'',
'',
'',
'mod-admin page-reception_extrafields');
77$linkback =
'<a href="'.dolBuildUrl(DOL_URL_ROOT.
'/admin/modules.php', [
'restore_lastsearch_values' => 1]).
'">'.
img_picto($langs->trans(
"BackToModuleList"),
'back',
'class="pictofixedwidth"').
'<span class="hideonsmartphone">'.$langs->trans(
"BackToModuleList").
'</span></a>';
79print
load_fiche_titre($langs->trans(
"ReceptionsSetup"), $linkback,
'title_setup');
84print
dol_get_fiche_head($head,
'attributes_reception', $langs->trans(
"Receptions"), -1,
'reception');
86require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_view.tpl.php';
92if ($action ==
'create') {
96 require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_add.tpl.php';
100if ($action ==
'edit' && !empty($attrname)) {
104 require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_edit.tpl.php';
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
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.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
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, $morecssdiv='')
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.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
reception_admin_prepare_head()
Return array head with list of tabs to view object information.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.