2007-09-15 03:03:23 +02:00
|
|
|
<!-- <div class="title"><div>Edit Content</div></div> -->
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
<% include Editor_toolbar %>
|
|
|
|
|
|
|
|
<div id="form_actions_right" class="ajaxActions">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<form class="actionparams" id="action_send_options" style="display:none" action="admin/newsletter/sendnewsletter">
|
|
|
|
<fieldset>
|
|
|
|
<input type="hidden" name="NewsletterID" />
|
|
|
|
<ul class="optionset">
|
2007-09-16 02:54:16 +02:00
|
|
|
<li><input name="SendType" id="SendTypeTest" value="Test" checked="checked" type="radio" /> <label for="SendTypeTest">Send test to</label> <input name="TestEmail" type="text" /></li>
|
2007-09-16 03:02:32 +02:00
|
|
|
<li><input name="SendType" id="SendTypeList" value="List" type="radio" /> <label for="SendTypeList">Send to the entire mailing list</label></li>
|
|
|
|
<li><input name="SendType" id="SendTypeUnsent" value="Unsent" type="radio" /> <label for="SendTypeUnsent">Send to only people not previously sent to</label></li>
|
2007-07-19 12:40:05 +02:00
|
|
|
</ul>
|
|
|
|
$SendProgressBar
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<p class="actions">
|
2007-09-14 21:27:34 +02:00
|
|
|
<ul class="optionset">
|
|
|
|
<li class="cancel"><button id="action_send_cancel">Cancel</button></li>
|
|
|
|
<li class="submit"><input type="submit" value="Send newsletter" /></li>
|
|
|
|
</ul>
|
2007-07-19 12:40:05 +02:00
|
|
|
</p>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<% if EditForm %>
|
|
|
|
$EditForm
|
|
|
|
<% else %>
|
|
|
|
<form id="Form_EditForm" action="admin/newsletter?executeForm=EditForm" method="post" enctype="multipart/form-data">
|
|
|
|
<p>Welcome to the $ApplicationName newsletter admininistration section. Please choose a folder from the left.</p>
|
|
|
|
</form>
|
|
|
|
<% end_if %>
|
|
|
|
|
|
|
|
<p id="statusMessage" style="visibility:hidden"></p>
|