6 lines
291 B
PHP
6 lines
291 B
PHP
<?php echo object_input_tag($newsletter_draft_message, 'getTestEmails', array (
|
|
'control_name' => 'newsletter_draft_message[test_emails]',
|
|
'style' => 'width:550px',
|
|
)); ?>
|
|
<?php echo st_get_admin_button('default', __('Wyślij'), null, array('size' => 'default', 'name'=>'save_and_test')) ?>
|