Link to default sender address configuration
This commit is contained in:
parent
b5bc4bca93
commit
53d755cc58
3 changed files with 3 additions and 3 deletions
|
@ -244,7 +244,7 @@ do {
|
|||
$output .= '<div class="titre inline-block" style="margin-top: 1.5em;">' . $langs->trans("CustomizationTitle") . "</div>\n";
|
||||
// TODO: translation
|
||||
$output .= "<p>" . $langs->trans('CustomizationIntro', $langs->trans('Reset')) . "<br />\n";
|
||||
$output .= $langs->trans('CustomizationLinkToGlobalTemplate', DOL_URL_ROOT . '/admin/mails_templates.php?search_label=sendrecurring') . "</p>\n\n";
|
||||
$output .= $langs->trans('CustomizationLinkToGlobalTemplate', DOL_URL_ROOT . '/admin/mails_templates.php?search_label=sendrecurring', DOL_URL_ROOT . '/admin/mails.php') . "</p>\n\n";
|
||||
|
||||
$output .= '<table class="tableforemailform boxtablenotop" width="100%">';
|
||||
$output .= '<tr><td class="fieldrequired minwidth200">'.$langs->trans("MailFrom").'</td><td>';
|
||||
|
|
|
@ -44,7 +44,7 @@ sendrecurringinvoicebymailAboutPage = sendrecurringinvoicebymail about page
|
|||
# Tab title on the fiche-rec page
|
||||
CustomizationTitle = Customization
|
||||
CustomizationIntro = Below, you can override the global email template for this particular recurring invoice. To remove all customization, click on the %s button.
|
||||
CustomizationLinkToGlobalTemplate = As a note, the global email template can be found <a href="%s">here</a>.
|
||||
CustomizationLinkToGlobalTemplate = As a note, the global email template can be <a href="%s">configured here</a>, and the default sender address can be <a href="%s">configured there</a>.
|
||||
OptionEnable = Send mail when generating via cron (cf. module "Scheduled Jobs")
|
||||
Reset = Reset
|
||||
ResetDone = Reset done : customization deleted
|
||||
|
|
|
@ -41,7 +41,7 @@ sendrecurringinvoicebymailAboutPage = Page à propos de sendrecurringinvoicebyma
|
|||
#
|
||||
CustomizationTitle = Personnalisation
|
||||
CustomizationIntro = Ci-dessous, vous pouvez personnaliser les emails pour cette facture-modèle. Pour annuler toute personnalisation, cliquez sur le bouton '%s'.
|
||||
CustomizationLinkToGlobalTemplate = Pour mémoire, le template global est configurable par <a href="%s">ici</a>.
|
||||
CustomizationLinkToGlobalTemplate = Pour mémoire, le template global est <a href="%s">configurable par ici</a>, et l'adresse de l'émetteur par défaut est <a href="%s">configurable par là</a>.
|
||||
OptionEnable = Envoyer par email lors d'une génération automatique via le module "Travaux planifiés"
|
||||
Reset = Réinitialiser
|
||||
ResetDone = Réinitialisation effectuée : personnalisation supprimée.
|
||||
|
|
Loading…
Reference in a new issue