removed sort indicator from html table

This commit is contained in:
tracer 2022-10-29 14:07:12 +02:00
parent 1541d05715
commit 5a805aba07
1 changed files with 0 additions and 8 deletions

View File

@ -33,14 +33,6 @@
</td>
</tr>
<?php endforeach; ?>
<tr style="display:none;">
<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>