From b0490d3f645010670c3a80e2c48cc60017b04ca8 Mon Sep 17 00:00:00 2001 From: Mariela Date: Wed, 6 Jun 2018 17:58:29 -0300 Subject: [PATCH] #0019164: Send test from Template only available for System Template (#343) --- public_html/lists/admin/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/lists/admin/template.php b/public_html/lists/admin/template.php index 17f3ef158..91fc35fea 100644 --- a/public_html/lists/admin/template.php +++ b/public_html/lists/admin/template.php @@ -346,9 +346,9 @@ function getTemplateLinks($content) $GLOBALS['I18N']->get('(comma separate addresses - all must be existing subscribers)')); $testpanel = new UIPanel($GLOBALS['I18N']->get('Send Test'), $sendtest_content); $testpanel->setID('testpanel'); -// if ($systemTemplateID == $id) { ## for now, testing only for system message templates + if ($systemTemplateID == $id) { ## for now, testing only for system message templates echo $testpanel->display(); -// } + } ?>