Skip to content

Commit

Permalink
Merge pull request #953 from inbaz/develop
Browse files Browse the repository at this point in the history
added colors to statistics
  • Loading branch information
BigAndini authored May 10, 2017
2 parents 4078bcd + f967646 commit 687a161
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions module/Admin/view/admin/statistic/orders.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $this->headTitle($title);
?>
<h1 class="page-header"><?php echo $this->escapeHtml($title); ?></h1>

<div class="panel panel-default">
<div class="panel panel-danger">
<div class="panel-heading">Orders by status</div>
<table class="table table-striped">
<thead>
Expand Down Expand Up @@ -58,7 +58,7 @@ $this->headTitle($title);
</table>
</div>

<div class="panel panel-default">
<div class="panel panel-danger">
<div class="panel-heading">Orders by payment type</div>
<table class="table table-striped">
<thead>
Expand Down
10 changes: 5 additions & 5 deletions module/Admin/view/admin/statistic/participants.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $this->headTitle($title);

<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel panel-danger">
<div class="panel-heading">Participants by agegroup (affecting price)</div>
<table class="table table-striped">
<thead>
Expand Down Expand Up @@ -49,7 +49,7 @@ $this->headTitle($title);
</div>

<div class="col-md-6">
<div class="panel panel-default">
<div class="panel panel-danger">
<div class="panel-heading">Participants by agegroup (affecting ticket)</div>
<table class="table table-striped">
<thead>
Expand Down Expand Up @@ -88,7 +88,7 @@ $this->headTitle($title);

<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel panel-danger">
<div class="panel-heading">Participants by product type</div>
<table class="table table-striped">
<thead>
Expand Down Expand Up @@ -181,7 +181,7 @@ $this->headTitle($title);
</div>
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel panel-danger">
<div class="panel-heading">Items by product variant</div>
<div class="panel-body">
<?php foreach($stats_productVariant as $productData): ?>
Expand Down Expand Up @@ -214,7 +214,7 @@ $this->headTitle($title);


<div class="col-md-6">
<div class="panel panel-default">
<div class="panel panel-danger">
<div class="panel-heading">Participants by country</div>
<table class="table table-striped">
<thead>
Expand Down
4 changes: 2 additions & 2 deletions module/Admin/view/admin/statistic/paymenttypes.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $this->headTitle($title);

<div class="row">
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel panel-success">
<div class="panel-heading">All <a href="#" data-toggle="tooltip" data-placement="top" data-html="true" title="Bank statements that <b>can</b> be matched to an order" data-container="body">enabled</a> bank statements</div>
<table class="table table-striped">
<thead>
Expand Down Expand Up @@ -49,7 +49,7 @@ $this->headTitle($title);
</div>

<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel panel-success">
<div class="panel-heading">All <a href="#" data-toggle="tooltip" data-placement="top" data-html="true" title="Bank statements that <b>have already</b> been matched to an order" data-container="body">matched</a> bank statements</div>
<table class="table table-striped">
<thead>
Expand Down

0 comments on commit 687a161

Please sign in to comment.