The "Reports" feature seems functional.
Some small refactoring (column widths) of rendering tables in Lists, Templates, and Campaigns so that it is the same as Reports.
This commit is contained in:
parent
e7d12f1dbc
commit
8237dd5d77
22 changed files with 584 additions and 236 deletions
|
@ -23,7 +23,7 @@
|
|||
<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">
|
||||
<thead>
|
||||
<th class="col-md-1">
|
||||
<th style="width: 1%">
|
||||
#
|
||||
</th>
|
||||
<th>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<th>
|
||||
{{#translate}}Created{{/translate}}
|
||||
</th>
|
||||
<th class="col-md-1">
|
||||
<th style="width: 1%">
|
||||
|
||||
</th>
|
||||
</thead>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="table-responsive">
|
||||
<table data-topic-url="/lists" 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,0">
|
||||
<thead>
|
||||
<th class="col-md-1">
|
||||
<th style="width: 1%">
|
||||
#
|
||||
</th>
|
||||
<th>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<th>
|
||||
{{#translate}}Description{{/translate}}
|
||||
</th>
|
||||
<th class="col-md-1">
|
||||
<th style="width: 1%">
|
||||
|
||||
</th>
|
||||
</thead>
|
||||
|
|
8
views/reports/output.hbs
Normal file
8
views/reports/output.hbs
Normal file
|
@ -0,0 +1,8 @@
|
|||
<ol class="breadcrumb">
|
||||
<li><a href="/">{{#translate}}Home{{/translate}}</a></li>
|
||||
<li><a href="/reports/">{{#translate}}Reports{{/translate}}</a></li>
|
||||
<li class="active">{{title}}</li>
|
||||
</ol>
|
||||
|
||||
<i>{{error}}</i>
|
||||
<pre>{{output}}</pre>
|
|
@ -16,7 +16,7 @@
|
|||
<div class="table-responsive">
|
||||
<table data-topic-url="/reports" data-sort-column="2" data-sort-order="desc" class="table table-bordered table-hover data-table-ajax display nowrap" width="100%" data-row-sort="0,1,1,0,1,0">
|
||||
<thead>
|
||||
<th class="col-md-1">
|
||||
<th style="width: 1%">
|
||||
#
|
||||
</th>
|
||||
<th>
|
||||
|
@ -31,9 +31,10 @@
|
|||
<th>
|
||||
{{#translate}}Created{{/translate}}
|
||||
</th>
|
||||
<th class="col-md-1">
|
||||
<th style="width: 1%">
|
||||
|
||||
</th>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<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">
|
||||
<thead>
|
||||
<th class="col-md-1">
|
||||
<th style="width: 1%">
|
||||
#
|
||||
</th>
|
||||
<th>
|
||||
|
@ -23,7 +23,7 @@
|
|||
<th>
|
||||
{{#translate}}Description{{/translate}}
|
||||
</th>
|
||||
<th class="col-md-1">
|
||||
<th style="width: 1%">
|
||||
|
||||
</th>
|
||||
</thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue