Merge pull request #173 from witzig/fix-campaign-view
Moved delivered count into stats section
This commit is contained in:
commit
406a03a1f9
1 changed files with 45 additions and 39 deletions
|
@ -115,13 +115,20 @@
|
||||||
</form>
|
</form>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
{{#unless isIdling}}
|
{{/unless}}
|
||||||
<dt>{{#translate}}Delivered{{/translate}} <a href="/campaigns/status/{{id}}/delivered" title="{{#translate}}List subscribers who received this message{{/translate}}"><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
|
|
||||||
<dd>{{delivered}}</dd>
|
|
||||||
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
|
{{#unless isIdling}}
|
||||||
|
|
||||||
|
<dt>{{#translate}}Delivered{{/translate}} <a href="/campaigns/status/{{id}}/delivered" title="{{#translate}}List subscribers who received this message{{/translate}}"><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
|
||||||
|
<dd>
|
||||||
|
<div style="margin-bottom: 20px;">
|
||||||
|
{{delivered}}
|
||||||
|
</div>
|
||||||
|
</dd>
|
||||||
|
|
||||||
<dt>{{#translate}}Bounced{{/translate}} <a href="/campaigns/status/{{id}}/bounced" title="{{#translate}}List subscribers who bounced{{/translate}}"><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
|
<dt>{{#translate}}Bounced{{/translate}} <a href="/campaigns/status/{{id}}/bounced" title="{{#translate}}List subscribers who bounced{{/translate}}"><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -172,7 +179,6 @@
|
||||||
|
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/unless}}
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
{{#if isNormal}}
|
{{#if isNormal}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue