26require 
'../main.inc.php';
 
   27require_once DOL_DOCUMENT_ROOT.
"/core/lib/ticket.lib.php";
 
   28require_once DOL_DOCUMENT_ROOT.
'/core/class/extrafields.class.php';
 
   29require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
 
   40$langs->loadLangs(array(
'ticket', 
'admin'));
 
   48$action = 
GETPOST(
'action', 
'aZ09');
 
   49$attrname = 
GETPOST(
'attrname', 
'alpha');
 
   50$elementtype = 
'ticket'; 
 
   61include DOL_DOCUMENT_ROOT.
'/core/actions_extrafields.inc.php';
 
   69$textobject = $langs->transnoentitiesnoconv(
"Ticket");
 
   71$help_url = 
"FR:Module_Ticket";
 
   72$page_name = 
"TicketSetup";
 
   73llxHeader(
'', $langs->trans($page_name), $help_url, 
'', 0, 0, 
'', 
'', 
'', 
'mod-admin page-ticket_extrafields');
 
   75$linkback = 
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
 
   76print 
load_fiche_titre($langs->trans(
"TicketSetup"), $linkback, 
'title_setup');
 
   80print 
dol_get_fiche_head($head, 
'attributes', $langs->trans(
"Module56000Name"), -1, 
"ticket");
 
   82require DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_view.tpl.php';
 
   88if ($action == 
'create') {
 
   92  include DOL_DOCUMENT_ROOT.
'/core/tpl/admin_extrafields_add.tpl.php';
 
   96if ($action == 
'edit' && !empty($attrname)) {
 
  100  include 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.
 
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
 
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.
 
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
 
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.
 
ticketAdminPrepareHead()
Build tabs for admin page.