diff --git a/gui/slick/views/inc_home_showList.mako b/gui/slick/views/inc_home_showList.mako index a903fd476c97102d70939bacc8da083c09c9a529..f815863190e1f46282ed8d90472a253ee5af578a 100644 --- a/gui/slick/views/inc_home_showList.mako +++ b/gui/slick/views/inc_home_showList.mako @@ -23,6 +23,7 @@ <div class="show-image"> <img alt="" title="${loading_show.name}" class="show-image" style="border-bottom: 1px solid #111;" src="" data-src="${srRoot}/showPoster/?show=${loading_show.id | u}&which=poster_thumb" /> </div> + <div class="show-information"> <div class="progressbar hidden-print" style="position:relative;" data-show-id="${loading_show.id | u}" data-progress-percentage="0"></div> <div class="show-title">${_('Loading')} (${loading_show.name})</div> <div class="show-date"> </div> @@ -41,6 +42,7 @@ </tr> </table> </div> + </div> </div> % endfor % for curShow in myShowList: @@ -103,6 +105,7 @@ <a href="${srRoot}/home/displayShow?show=${curShow.indexerid}"><img alt="" class="show-image" src="" data-src="${srRoot}/showPoster/?show=${curShow.indexerid}&which=poster_thumb" /></a> </div> + <div class="show-information"> <div class="progressbar hidden-print" style="position:relative;" data-show-id="${curShow.indexerid}" data-progress-percentage="${progressbar_percent}"></div> <div class="show-title"> @@ -154,6 +157,7 @@ </tr> </table> </div> + </div> </div> % endfor </div>