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 +