Trans: Update language files

New: Prepare code to allow any module to change/add content of
predefined mail and signature.
This commit is contained in:
Laurent Destailleur
2012-03-22 23:52:02 +01:00
parent ed46d0d65f
commit 0fd372e5da
67 changed files with 236 additions and 305 deletions

View File

@@ -2282,6 +2282,8 @@ else
$formmail->withcancel=1;
// Tableau des substitutions
$formmail->substit['__ORDERREF__']=$object->ref;
$formmail->substit['__SIGNATURE__']='';
$formmail->substit['__PERSONALIZED__']='';
// Tableau des parametres complementaires
$formmail->param['action']='send';
$formmail->param['models']='order_send';