Trad
This commit is contained in:
parent
35938b1942
commit
5556986001
@ -2614,7 +2614,7 @@ class Adherent extends CommonObject
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->output = 'Found '.($nbok + $nbko).' members to send reminder to.';
|
$this->output = 'Found '.($nbok + $nbko).' members to send reminder to.';
|
||||||
$this->output.= ' Send successfull to '.$nbok.' members';
|
$this->output.= ' Send email successfuly to '.$nbok.' members';
|
||||||
if ($nbko) $this->output.= ' - Canceled for '.$nbko.' member (no email or email sending error)';
|
if ($nbko) $this->output.= ' - Canceled for '.$nbko.' member (no email or email sending error)';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -311,8 +311,8 @@ if ($action == 'execute')
|
|||||||
$arrayofmassactions = array(
|
$arrayofmassactions = array(
|
||||||
//'presend'=>$langs->trans("SendByMail"),
|
//'presend'=>$langs->trans("SendByMail"),
|
||||||
//'builddoc'=>$langs->trans("PDFMerge"),
|
//'builddoc'=>$langs->trans("PDFMerge"),
|
||||||
'enable'=>$langs->trans("Enable"),
|
'enable'=>$langs->trans("CronStatusActiveBtn"),
|
||||||
'disable'=>$langs->trans("Disable"),
|
'disable'=>$langs->trans("CronStatusInactiveBtn"),
|
||||||
);
|
);
|
||||||
if ($user->rights->mymodule->delete) $arrayofmassactions['predelete']=$langs->trans("Delete");
|
if ($user->rights->mymodule->delete) $arrayofmassactions['predelete']=$langs->trans("Delete");
|
||||||
if (in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array();
|
if (in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user