mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Update mailout_admin_class.php
This commit is contained in:
parent
10f53c6ffd
commit
b5da05a78c
@ -1604,10 +1604,10 @@ class mailoutAdminClass extends e107MailManager
|
||||
// Show the table of advanced options
|
||||
|
||||
$text .= "<div class='buttons-bar center'>";
|
||||
$text .= "<a href='".e_SELF."?mode=main&action=sendnow&id=".$mailMainID."' class='btn btn-primary'>Send Now</a>";
|
||||
$text .= "<a href='".e_SELF."?mode=main&action=sendnow&id=".$mailMainID."' class='btn btn-primary'>".LAN_MAILOUT_158."</a>";
|
||||
|
||||
// $text .= $frm->admin_button('email_sendnow', "Send Now", 'primary');
|
||||
$text .= $frm->admin_button('email_send', "Send Later");
|
||||
$text .= $frm->admin_button('email_send', LAN_MAILOUT_269);
|
||||
|
||||
// $text .= "<input type='submit' name='email_send' value=\"".LAN_SEND."\" />";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user