made tv links clickable
This commit is contained in:
parent
afe5161947
commit
55ff795d36
26 changed files with 114 additions and 13 deletions
|
@ -18,13 +18,13 @@
|
|||
<table class="ehsContent">
|
||||
<tr>
|
||||
<td>
|
||||
<h1 class="listHeader firstListHeader">Latest Unwatched Episodes</h1>
|
||||
<h1 class="listHeader firstListHeader"><a href="episodes.html?filters=isunplayed&sortby=DateCreated,SeriesSortName,SortName&sortorder=descending&savequery=false">Latest Unwatched Episodes<img src="css/images/rightarrow.png" class="headerArrowImage" /></a></h1>
|
||||
|
||||
<div id="recentlyAddedItems">
|
||||
</div>
|
||||
|
||||
<div id="resumableSection" style="display: none;">
|
||||
<h1 class="listHeader">Resume</h1>
|
||||
<h1 class="listHeader"><a href="episodes.html?filters=isresumable&sortby=SortName&sortorder=ascending&savequery=false">Resume<img src="css/images/rightarrow.png" class="headerArrowImage" /></a></h1>
|
||||
|
||||
<div id="resumableItems">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue