Fix: Gnration du header mal plac.
This commit is contained in:
parent
0b52f9af91
commit
6768f85bef
@ -33,9 +33,6 @@ $langs->load("mails");
|
||||
$message = '';
|
||||
|
||||
|
||||
llxHeader("","","Fiche Mailing");
|
||||
|
||||
|
||||
// Action envoi mailing pour tous
|
||||
if ($_GET["action"] == 'sendall')
|
||||
{
|
||||
@ -199,6 +196,9 @@ if ($_POST["cancel"] == $langs->trans("Cancel"))
|
||||
|
||||
|
||||
|
||||
llxHeader("","","Fiche Mailing");
|
||||
|
||||
|
||||
/*
|
||||
* Mailing en mode création
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user