mailtrain/views/templates/templates.hbs

32 lines
1,003 B
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}}Templates{{/translate}}</li>
2016-04-04 12:36:30 +00:00
</ol>
<div class="pull-right">
2017-03-07 14:30:56 +00:00
<a class="btn btn-primary" href="/templates/create" role="button"><i class="glyphicon glyphicon-plus"></i> {{#translate}}Create Template{{/translate}}</a>
2016-04-04 12:36:30 +00:00
</div>
2017-03-07 14:30:56 +00:00
<h2>{{#translate}}Templates{{/translate}}</h2>
2016-04-04 12:36:30 +00:00
<hr>
<div class="table-responsive">
<table data-topic-url="/templates" 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,0,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 style="width: 1%">
2016-04-04 12:36:30 +00:00
&nbsp;
</th>
</thead>
</table>
</div>