changed default order from asc to desc as it will be reversed on first call

This commit is contained in:
tracer 2022-10-26 12:13:42 +02:00
parent 904fd798f6
commit a832a3c60b
1 changed files with 6 additions and 6 deletions

View File

@ -34,12 +34,12 @@
</tr>
<?php endforeach; ?>
<tr style="display:none;">
<td id="first_sort">asc</td>
<td id="last_sort">asc</td>
<td id="street_sort">asc</td>
<td id="zip_sort">asc</td>
<td id="city_sort">asc</td>
<td id="phone_sort">asc</td>
<td id="first_sort">desc</td>
<td id="last_sort">desc</td>
<td id="street_sort">desc</td>
<td id="zip_sort">desc</td>
<td id="city_sort">desc</td>
<td id="phone_sort">desc</td>
</tr>
</table>
</form>