28require
'../main.inc.php';
36require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
37require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin_extrafields.lib.php';
46$hookmanager->initHooks(array(
'extrafieldsadmin',
'globaladmin'));
48$elementtype =
GETPOST(
'elementtype',
'aZ09');
51if ($elementtype ===
'' || !array_key_exists($elementtype, $extrafieldsadminmap)) {
54$pagedef = $extrafieldsadminmap[$elementtype];
60$pagekey = $elementtype;
68if (isset($pagedef[
'elementtype'])) {
69 $elementtype = $pagedef[
'elementtype'];
72$langs->loadLangs($pagedef[
'langs']);
80$action =
GETPOST(
'action',
'aZ09');
81$attrname =
GETPOST(
'attrname',
'alpha');
88require DOL_DOCUMENT_ROOT.
'/core/actions_extrafields.inc.php';
95$title = $pagedef[
'title'] instanceof Closure ? $pagedef[
'title']() : $langs->trans($pagedef[
'title']);
96$headlabel = $pagedef[
'headlabel'] instanceof Closure ? $pagedef[
'headlabel']() : $langs->trans($pagedef[
'headlabel']);
97if (isset($pagedef[
'textobject'])) {
98 $textobject = $pagedef[
'textobject'] instanceof Closure ? $pagedef[
'textobject']() : $langs->transnoentitiesnoconv($pagedef[
'textobject']);
100 $textobject = $headlabel;
103$help_url = $pagedef[
'helpurl'];
104llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-admin page-extrafields');
106$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>';
111$head = call_user_func($pagedef[
'headfunction']);
113print
dol_get_fiche_head($head, $pagedef[
'tabid'], $headlabel, -1, $pagedef[
'headpicto']);
115require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_view.tpl.php';
121if ($action ==
'create') {
122 print
'<br><div id="newattrib"></div>';
125 require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_add.tpl.php';
129if ($action ==
'edit' && !empty($attrname)) {
130 print
'<br><div id="editattrib"></div>';
133 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.
if(!function_exists( 'dol_getprefix')) dol_include_once($relpath, $classname='')
Make an include_once using default root and alternate root if it fails.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0, $nodefault=0)
Return value of a param into GET or POST supervariable.
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.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.