33require
'../../main.inc.php';
42require_once DOL_DOCUMENT_ROOT.
'/core/lib/contract.lib.php';
45$langs->loadLangs(array(
"companies",
"admin",
"contracts"));
52$action =
GETPOST(
'action',
'aZ09');
53$attrname =
GETPOST(
'attrname',
'alpha');
54$elementtype =
'contrat';
65require DOL_DOCUMENT_ROOT.
'/core/actions_extrafields.inc.php';
73$title = $langs->transnoentitiesnoconv(
'Contracts');
74$help_url =
'EN:Module_Contracts|FR:Module_Contrat|ES:Contratos_de_servicio';
76llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-contrat page-admin_extrafields');
78$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(
"ContractsSetup"), $linkback,
'title_setup');
83print
dol_get_fiche_head($head,
'attributes', $langs->trans(
"Contracts"), -1,
'contract');
85require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_view.tpl.php';
91if ($action ==
'create') {
92 print
'<br><div name="topofform" id="newattrib"></div>';
95 require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_add.tpl.php';
99if ($action ==
'edit' && !empty($attrname)) {
100 print
'<div name="topofform"></div><br>';
103 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.
contract_admin_prepare_head()
Return array head with list of tabs to view object information.
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.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.