Fix table sorting algorithm #41

Merged
timw4mail merged 5 commits from :fix-sort into develop 2022-01-07 17:04:19 -05:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 8a5ad3fc19 - Show all commits

View File

@ -28,7 +28,7 @@
<th>Score</th>
<th>Type</th>
<th>Progress</th>
<th>Rated</th>
<th>TV Rating</th>
<th>Attributes</th>
<?php if($hasNotes): ?><th>Notes</th><?php endif ?>
</tr>

View File

@ -41,7 +41,7 @@
<th>Episode Count</th>
<th>Episode Length</th>
<th>Show Type</th>
<th>Age Rating</th>
<th>TV Rating</th>
{$noteTh}
<th>Genres</th>
</tr>

View File

@ -20,7 +20,7 @@
<td>&nbsp;</td>
<?php endif ?>
<th>Title</th>
<th>Rating</th>
<th>Score</th>
<th>Completed Chapters</th>
<th>Attributes</th>
<th>Type</th>