From 00724ad440748edf6f065850d8fc431e1f97cce9 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Thu, 29 Dec 2005 21:55:56 +0000 Subject: remove duplicate edit_newsletter smarty, use include instead. add 'sending' smarty var to prevent floaticon bars in sent HTML email --- admin/send.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'admin/send.php') diff --git a/admin/send.php b/admin/send.php index cd9ef8a..685ab09 100644 --- a/admin/send.php +++ b/admin/send.php @@ -1,6 +1,6 @@ assign('emited', 'n'); if( $gContent->isValid() && isset( $_REQUEST['preview'] ) ) { $recipients = $gContent->getRecipients( $_REQUEST['send_group'] ); $gBitSmarty->assign_by_ref( 'recipientList', $recipients ); + $gBitSmarty->assign( 'sending', TRUE ); } elseif( $gContent->isValid() && isset( $_REQUEST["send"] ) ) { if( $emails = $gContent->getRecipients( $_REQUEST['send_group'] ) ) { global $gBitMailer; -- cgit v1.3