Merge pull request #8 from Supremicus/feature/fix_posterpreview

Fix poster preview on small poster layout
This commit is contained in:
JackDandy 2014-11-13 22:00:14 +00:00
commit 42ca33765a
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* Change footer stats to not add newlines when copy/pasting from them
* Remove redundant references from Config / Help & Info
* Fix poster preview on small poster layout
### 0.3.0 (2014-11-12 14:30:00 UTC)

View file

@ -535,7 +535,7 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name))
#if $layout == 'small':
<td class="tvShow">
<div class="imgsmallposter $layout">
<a href="$sbRoot/showPoster/?show=$curShow.indexerid&amp;which=$layout" rel="dialog" title="$curShow.name">
<a href="$sbRoot/showPoster/?show=$curShow.indexerid&amp;which=poster" rel="dialog" title="$curShow.name">
<img src="$sbRoot/showPoster/?show=$curShow.indexerid&amp;which=poster_thumb" class="$layout" alt="$curShow.indexerid"/>
</a>
<a href="$sbRoot/home/displayShow?show=$curShow.indexerid" style="vertical-align: middle;">$curShow.name</a>