mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Added mail preview window to admin->mailout.
This commit is contained in:
@@ -890,7 +890,9 @@ class mailoutAdminClass extends e107MailManager
|
||||
|
||||
if($k == 'mail_body')
|
||||
{
|
||||
$text .= $tp->toHtml($val,true);
|
||||
// $text .= print_a($mailSource,true);
|
||||
// $text .= $tp->toHtml($val,true);
|
||||
$text .= "<iframe src='".e_ADMIN."mailout.php?mode=main&action=preview&id=".$mailSource['mail_source_id']."' width='100%' height='350'>Loading...</iframe>";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user