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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue