From e5269e3ba3268dae067579b1a0e0ac1cbc6d574f Mon Sep 17 00:00:00 2001 From: echel0n Date: Fri, 25 Apr 2014 03:22:58 -0700 Subject: [PATCH] Some changes to make the layout a bit better (reverted from commit 1db512f2d8c0d9585873f986f565305e5d8e66e1) --- gui/slick/interfaces/default/displayShow.tmpl | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index bb11e1c7..cbe8f24e 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -141,18 +141,9 @@ 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 @@ -167,6 +158,16 @@ #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 +