Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sick-Beard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Sick-Beard
Commits
078aa255
Commit
078aa255
authored
Jun 25, 2011
by
Jonathon Saine
Browse files
Options
Downloads
Patches
Plain Diff
Added: Applied the quality tag styling to the Manage page so that it matches the Home screen.
parent
e843cca6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/interfaces/default/manage.tmpl
+2
-2
2 additions, 2 deletions
data/interfaces/default/manage.tmpl
with
2 additions
and
2 deletions
data/interfaces/default/manage.tmpl
+
2
−
2
View file @
078aa255
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment