32require
'../main.inc.php';
33require_once DOL_DOCUMENT_ROOT.
'/core/lib/ecm.lib.php';
34require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
50$langs->loadLangs(array(
'admin',
'other',
'ecm'));
59$action =
GETPOST(
'action',
'aZ09');
60$attrname =
GETPOST(
'attrname',
'alpha');
61$elementtype =
'ecm_files';
68require DOL_DOCUMENT_ROOT.
'/core/actions_extrafields.inc.php';
75$textobject = $langs->transnoentitiesnoconv(
"ECM");
77llxHeader(
'', $langs->trans(
"ECMSetup"),
'',
'', 0, 0,
'',
'',
'',
'mod-admin page-ecm_files_extrafields');
79$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>';
88require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_view.tpl.php';
94if ($action ==
'create') {
95 print
'<br><div id="newattrib"></div>';
97 require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_add.tpl.php';
101if ($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.
ecm_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.