diff options
author | Camil Staps | 2015-02-10 10:54:11 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-10 10:54:11 +0100 |
commit | be28e3580e315aeb149acacb9e43a454b0376f7f (patch) | |
tree | e4d2da7e4d504c59e1fdaaa4e9737cb51891dfbe /include/assignments-overview.php | |
parent | updated docs (diff) |
sorting also for clients and contacts
Diffstat (limited to 'include/assignments-overview.php')
-rw-r--r-- | include/assignments-overview.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/assignments-overview.php b/include/assignments-overview.php index 4af041c..afb4389 100644 --- a/include/assignments-overview.php +++ b/include/assignments-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="assignments-overview"> + <table class="table table-bordered table-striped mixitup" id="overview-assignments"> <thead> <tr> - <th class="mixitup-sort" data-sort="mixerOrderId:desc">#</th> - <th class="mixitup-sort" data-sort="mixerOrderOffer:desc">Offer</th> + <th class="mixitup-sort" data-sort="mixerOrderId:asc">#</th> + <th class="mixitup-sort" data-sort="mixerOrderOffer:asc">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> |