26require
'../../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/comm/mailing/class/mailing.class.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/emailing.lib.php';
32$langs->loadLangs(array(
"mails",
"mailing",
"companies"));
37$action =
GETPOST(
'action',
'aZ09');
38$cancel =
GETPOST(
'cancel',
'aZ09');
39$backtopage =
GETPOST(
'backtopage',
'alpha');
44$diroutputmassaction = $conf->mailing->dir_output.
'/temp/massgeneration/'.$user->id;
45$hookmanager->initHooks(array(
'mailingnote',
'globalcard'));
47$extrafields->fetch_name_optionals_label($object->table_element);
50include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
51if ($id > 0 || !empty($ref)) {
52 $upload_dir = $conf->mailing->multidir_output[$object->entity].
"/".$object->id;
55$permissionnote = $user->hasRight(
'mailing',
'write');
56$permissiontoadd = $user->hasRight(
'mailing',
'write');
61$isdraft = (($object->status == $object::STATUS_DRAFT) ? 1 : 0);
62restrictedArea($user, $object->module, $object->id, $object->table_element,
'',
'',
'rowid', $isdraft);
69$reshook = $hookmanager->executeHooks(
'doActions', array(), $object, $action);
74 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
86llxHeader(
'', $langs->trans(
'Mailing'), $help_url);
88if ($id > 0 || !empty($ref)) {
89 $object->fetch_thirdparty();
97 $linkback =
'<a href="'.dol_buildpath(
'/knowledgemanagement/knowledgerecord_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
99 $morehtmlref =
'<div class="refidno">';
100 $morehtmlref .= $form->editfieldval(
"",
'title', $object->title, $object, $user->hasRight(
'mailing',
'creer'),
'string',
'',
null,
null,
'', 1);
139 $morehtmlref .=
'</div>';
142 dol_banner_tab($object,
'id', $linkback, 1,
'rowid',
'ref', $morehtmlref);
145 print
'<div class="fichecenter">';
146 print
'<div class="underbanner clearboth"></div>';
149 $cssclass =
"titlefield";
150 include DOL_DOCUMENT_ROOT.
'/core/tpl/notes.tpl.php';
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage emailings module.
emailing_prepare_head(Mailing $object)
Prepare array with list of tabs.
dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
Show tab footer of a card.
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.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.