From a657527b51fbb80cc7aa4076e3fab9cc889f2299 Mon Sep 17 00:00:00 2001
From: Dustyn Gibson <dustyn.gibson@gmail.com>
Date: Wed, 10 Jun 2015 09:47:33 -0700
Subject: [PATCH] Show scene exception help info even when no exceptions are
 set

---
 gui/slick/interfaces/default/editShow.tmpl | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/gui/slick/interfaces/default/editShow.tmpl b/gui/slick/interfaces/default/editShow.tmpl
index 6925945c..678dbaef 100644
--- a/gui/slick/interfaces/default/editShow.tmpl
+++ b/gui/slick/interfaces/default/editShow.tmpl
@@ -36,14 +36,10 @@
 <b>Scene Exception:</b><br />
 <input type="text" id="SceneName" class="form-control form-control-inline input-sm input200">
 <input class="btn btn-inline" type="button" value="Add" id="addSceneName"><br />
-
-<div id="SceneException" >
-    <div>
-        <p>This will <b>affect the episode show search</b> on nzb and torrent provider.<br />
+This will <b>affect the episode show search</b> on nzb and torrent provider.<br />
         This list overrides the original name, it doesn't append to it.<br />
-        </p>
-    </div>
 
+<div id="SceneException" >
     <div class="pull-left" style="text-align:center;">
         <h4>Exceptions List</h4>
         <select id="exceptions_list" name="exceptions_list" multiple="multiple" style="min-width:10em;" >
@@ -51,11 +47,11 @@
                     <option value="$cur_exception">$cur_exception</option>
                 #end for
         </select>
-    <div>
-        <input id="removeSceneName" value="Remove" class="btn float-left" type="button" style="margin-top: 10px;"/>
+        <div>
+            <input id="removeSceneName" value="Remove" class="btn float-left" type="button" style="margin-top: 10px;"/>
+        </div>
+        <br />
     </div>
-<br />
-</div>
 </div>
 <div class="clearfix"></div>
 <br />
-- 
GitLab