Fixed unsubscription bug #49
This commit is contained in:
parent
f1ffb5dbbd
commit
9a5d723663
4 changed files with 51 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
<div class="panel panel-info">
|
||||
<!-- Default panel contents -->
|
||||
<div class="panel-heading">Subscribers who received the message:</div>
|
||||
<div class="panel-heading">Subscribers who received the message and did not bounce/unsubscribe:</div>
|
||||
<div class="panel-body">
|
||||
<div class="table-responsive">
|
||||
<table data-topic-url="/campaigns/status" data-topic-id="{{id}}/1" data-sort-column="1" data-sort-order="asc" class="table table-bordered table-hover data-table-ajax display nowrap" width="100%" data-row-sort="0,1,1,1,0,1,0">
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
<input type="hidden" name="_csrf" value="{{csrfToken}}">
|
||||
<input type="hidden" name="campaign" value="{{campaign}}">
|
||||
<input type="hidden" name="cid" value="{{cid}}">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="email">Email address</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue