From 5381cf199b7da493f8a6c8e91c3d1b2e7f6d8086 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Jun 2006 22:10:16 +0000 Subject: [PATCH] Doc: Correction doc --- htdocs/includes/modules/mailings/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/modules/mailings/README b/htdocs/includes/modules/mailings/README index fffa52834ce..9a80df128e1 100644 --- a/htdocs/includes/modules/mailings/README +++ b/htdocs/includes/modules/mailings/README @@ -6,9 +6,9 @@ to add you own email predefined selector: ***** STEP 1 ***** Copy file -htdocs/includes/mailings/example.modules.php +htdocs/includes/modules/mailings/example.modules.php into -htdocs/includes/mailings/myselector.modules.php +htdocs/includes/modules/mailings/myselector.modules.php You can choose value of your choice instead of "myselector" in name of new file. @@ -43,5 +43,5 @@ $target[n]=array('email'=>'email_n','name'=>'name_n','firstname'=>'firstname_n') ***** STEP 3 ***** Once this file has been edited, you can go to the Dolibarr emailing feature, -you will see a new line selector in the "target" editor of an emailing. +you will see a new line selector in the "target" editor of emailings.