Private GIT

Skip to content
Snippets Groups Projects
Commit 078aa255 authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Added: Applied the quality tag styling to the Manage page so that it matches the Home screen.

parent e843cca6
Branches
Tags
No related merge requests found
...@@ -116,9 +116,9 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name)) ...@@ -116,9 +116,9 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name))
<td align="center"><input type="checkbox" class="editCheck" id="edit-$curShow.tvdbid" /></td> <td align="center"><input type="checkbox" class="editCheck" id="edit-$curShow.tvdbid" /></td>
<td class="tvShow"><a href="$sbRoot/home/displayShow?show=$curShow.tvdbid">$curShow.name</a></td> <td class="tvShow"><a href="$sbRoot/home/displayShow?show=$curShow.tvdbid">$curShow.name</a></td>
#if $curShow.quality in $qualityPresets: #if $curShow.quality in $qualityPresets:
<td align="center">$qualityPresetStrings[$curShow.quality]</td> <td align="center"><span class="quality $qualityPresetStrings[$curShow.quality]">$qualityPresetStrings[$curShow.quality]</span></td>
#else: #else:
<td align="center">Custom</td> <td align="center"><span class="quality Custom">Custom</span></td>
#end if #end if
<td align="center"><img src="$sbRoot/images/#if int($curShow.seasonfolders) == 1 then "yes16.png\" alt=\"Y\"" else "no16.png\" alt=\"N\""# width="16" height="16" /></td> <td align="center"><img src="$sbRoot/images/#if int($curShow.seasonfolders) == 1 then "yes16.png\" alt=\"Y\"" else "no16.png\" alt=\"N\""# width="16" height="16" /></td>
<td align="center"><img src="$sbRoot/images/#if int($curShow.paused) == 1 then "yes16.png\" alt=\"Y\"" else "no16.png\" alt=\"N\""# width="16" height="16" /></td> <td align="center"><img src="$sbRoot/images/#if int($curShow.paused) == 1 then "yes16.png\" alt=\"Y\"" else "no16.png\" alt=\"N\""# width="16" height="16" /></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment