From 3c1043f77ebaf5fad2b4ac19abf1dfe10b8124ca Mon Sep 17 00:00:00 2001 From: Supremicus Date: Sat, 4 Oct 2014 22:47:24 +1000 Subject: [PATCH] Fixes and additions to testRename.tmpl Good named episodes show in green now and cannot be selected since it's pointless. Cancel Rename button added to return you to show page if you wish to cancel. --- gui/slick/interfaces/default/testRename.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gui/slick/interfaces/default/testRename.tmpl b/gui/slick/interfaces/default/testRename.tmpl index 8b3ff00c..6fa4c893 100644 --- a/gui/slick/interfaces/default/testRename.tmpl +++ b/gui/slick/interfaces/default/testRename.tmpl @@ -65,13 +65,15 @@ #end if + #if $curLoc != $newLoc: " /> + #end if <%= "-".join(map(str, epList)) %> $curLoc @@ -81,5 +83,5 @@ #end for
- + Cancel Rename #include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_bottom.tmpl")