Skip to content

Commit

Permalink
#0019164: Send test from Template only available for System Template (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez authored and michield committed Jun 6, 2018
1 parent 6f64faf commit b0490d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public_html/lists/admin/template.php
Expand Up @@ -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();
// }
}
?>

</form>

0 comments on commit b0490d3

Please sign in to comment.