mailtrain/views/campaigns/campaigns.hbs

47 lines
1.8 KiB
Handlebars
Raw Normal View History

2016-04-04 12:36:30 +00:00
<ol class="breadcrumb">
2017-03-07 14:30:56 +00:00
<li><a href="/">{{#translate}}Home{{/translate}}</a></li>
<li class="active">{{#translate}}Campaigns{{/translate}}</li>
2016-04-04 12:36:30 +00:00
</ol>
<div class="pull-right">
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
2017-03-07 14:30:56 +00:00
{{#translate}}Create Campaign{{/translate}} <span class="caret"></span>
</button>
<ul class="dropdown-menu">
2017-03-07 14:30:56 +00:00
<li><a href="/campaigns/create"><i class="glyphicon glyphicon-plus"></i> {{#translate}}Regular Campaign{{/translate}}</a></li>
<li><a href="/campaigns/create?type=rss"><i class="glyphicon glyphicon-signal"></i> {{#translate}}RSS Campaign{{/translate}}</a></li>
<li><a href="/campaigns/create?type=triggered"><i class="glyphicon glyphicon-console"></i> {{#translate}}Triggered Campaign{{/translate}}</a></li>
</ul>
</div>
2016-04-04 12:36:30 +00:00
</div>
2017-03-07 14:30:56 +00:00
<h2>{{#translate}}Campaigns{{/translate}}</h2>
2016-04-04 12:36:30 +00:00
<hr>
<div class="table-responsive">
<table data-topic-url="/campaigns" data-sort-column="4" data-sort-order="desc" class="table table-bordered table-hover data-table-ajax display nowrap" width="100%" data-row-sort="0,1,0,1,1,0">
2016-04-04 12:36:30 +00:00
<thead>
<th style="width: 1%">
2016-04-04 12:36:30 +00:00
#
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}Name{{/translate}}
2016-04-04 12:36:30 +00:00
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}Description{{/translate}}
2016-04-04 12:36:30 +00:00
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}Status{{/translate}}
2016-04-04 12:36:30 +00:00
</th>
<th>
2017-03-07 14:30:56 +00:00
{{#translate}}Created{{/translate}}
2016-04-04 12:36:30 +00:00
</th>
<th style="width: 1%">
2016-04-04 12:36:30 +00:00
&nbsp;
</th>
</thead>
</table>
</div>