From e374a5de868b4931485ed61f1827c36e982e8f76 Mon Sep 17 00:00:00 2001 From: DarkSpikeX Date: Fri, 25 Apr 2014 10:18:26 +0200 Subject: [PATCH] Fixed Alternate Scene Names being displayed in the wrong column Fixed Alternate Scene Names being displayed in the wrong column messing up the layout --- gui/slick/interfaces/default/displayShow.tmpl | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index cbe8f24e..bb11e1c7 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -141,9 +141,18 @@ Replace with: <%=", ".join([Quality.qualityStrings[x] for x in sorted(bestQualities)])%> #end if #end if - Scene Name:#if $show.exceptions then $exceptions_string else $show.name# +#if $all_scene_exceptions: + + Alternate Scene Names: + + #for $one_exception in sorted($all_scene_exceptions) + $one_exception
+ #end for + + +#end if @@ -158,16 +167,6 @@ #if $bestQualities #end if -#if $all_scene_exceptions: - - - - -#end if
Archive First Match: \"Y"
Alternate Scene Names: - #for $one_exception in sorted($all_scene_exceptions) - $one_exception
- #end for -