Update column headers for better consistency between pages

This commit is contained in:
Kevin Colwell 2022-01-02 21:16:34 +00:00
parent ecf09b5641
commit 8a5ad3fc19
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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