aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/assignments-overview.php10
-rw-r--r--include/clients-overview.php6
-rw-r--r--include/contacts-overview.php6
3 files changed, 11 insertions, 11 deletions
diff --git a/include/assignments-overview.php b/include/assignments-overview.php
index 2881987..a21408e 100644
--- a/include/assignments-overview.php
+++ b/include/assignments-overview.php
@@ -22,14 +22,14 @@
<div class="panel panel-default">
<div class="panel-heading">Overview</div>
<div class="panel-body table-responsive">
- <table class="table table-bordered table-striped mixitup" id="overview-assignments">
+ <table class="table table-bordered table-striped mixitup dataTable" id="overview-assignments">
<thead>
<tr>
- <th class="mixitup-sort" data-sort="mixerOrderId:asc">#</th>
- <th class="mixitup-sort" data-sort="mixerOrderOffer:asc">Offer</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderId:desc">#</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderOffer:desc">Offer</th>
<th>Briefing</th>
- <th class="mixitup-sort" data-sort="mixerOrderTime:asc">Time</th>
- <th class="mixitup-sort" data-sort="mixerOrderPrice:asc">Price</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderTime:desc">Time</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderPrice:desc">Price</th>
<th>Tools</th>
</tr>
</thead>
diff --git a/include/clients-overview.php b/include/clients-overview.php
index a238ab1..f3e2a24 100644
--- a/include/clients-overview.php
+++ b/include/clients-overview.php
@@ -22,11 +22,11 @@
<div class="panel panel-default">
<div class="panel-heading">Overview</div>
<div class="panel-body table-responsive">
- <table class="table table-bordered table-striped mixitup" id="overview-clients">
+ <table class="table table-bordered table-striped mixitup dataTable" id="overview-clients">
<thead>
<tr>
- <th class="mixitup-sort" data-sort="mixerOrderId:asc">#</th>
- <th class="mixitup-sort" data-sort="mixerOrderName:asc">Name</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderId:desc">#</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderName:desc">Name</th>
<th>Tools</th>
</tr>
</thead>
diff --git a/include/contacts-overview.php b/include/contacts-overview.php
index 8548e3e..cd3b1bc 100644
--- a/include/contacts-overview.php
+++ b/include/contacts-overview.php
@@ -22,11 +22,11 @@
<div class="panel panel-default">
<div class="panel-heading">Overview</div>
<div class="panel-body table-responsive">
- <table class="table table-bordered table-striped mixitup" id="overview-contacts">
+ <table class="table table-bordered table-striped mixitup dataTable" id="overview-contacts">
<thead>
<tr>
- <th class="mixitup-sort" data-sort="mixerOrderId:asc">#</th>
- <th class="mixitup-sort" data-sort="mixerOrderName:asc">Name</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderId:desc">#</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderName:desc">Name</th>
<th>Address</th>
<th>Tools</th>
</tr>