Skip to content
Snippets Groups Projects
Commit af96c38c authored by SNA's avatar SNA
Browse files

FEAT #1933[sendmail] Ajout de la fusion des métadonnées

parent 99db25fa
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ if ($mode == 'add') { ...@@ -270,7 +270,7 @@ if ($mode == 'add') {
$content .= '<select name="templateMail" id="templateMail" style="width:200px" ' $content .= '<select name="templateMail" id="templateMail" style="width:200px" '
. 'onchange="addTemplateToEmail($(\'templateMail\').value, \'' . 'onchange="addTemplateToEmail($(\'templateMail\').value, \''
. $_SESSION['config']['businessappurl'] . 'index.php?display=true' . $_SESSION['config']['businessappurl'] . 'index.php?display=true'
. '&module=templates&page=templates_ajax_content_for_mails\');">'; . '&module=templates&page=templates_ajax_content_for_mails&id=' . $_REQUEST['identifier'] . '\');">';
$content .= '<option value="">' . _ADD_TEMPLATE_MAIL . '</option>'; $content .= '<option value="">' . _ADD_TEMPLATE_MAIL . '</option>';
$db->connect(); $db->connect();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment