diff --git a/gui/slick/interfaces/default/testRename.tmpl b/gui/slick/interfaces/default/testRename.tmpl index 87ea39b3..45c8d0d9 100644 --- a/gui/slick/interfaces/default/testRename.tmpl +++ b/gui/slick/interfaces/default/testRename.tmpl @@ -32,6 +32,26 @@ #set $curSeason = -1 #set $odd = False + + + + + + + + + + + + + +
+

All Seasons

+
Select All
+ +
+ Cancel Rename + #for $cur_ep_obj in $ep_obj_list: @@ -43,7 +63,7 @@ diff --git a/gui/slick/js/testRename.js b/gui/slick/js/testRename.js index 10ba453a..faf61b70 100644 --- a/gui/slick/js/testRename.js +++ b/gui/slick/js/testRename.js @@ -1,4 +1,18 @@ $(document).ready(function(){ + $('.seriesCheck').click(function(){ + var serCheck = this; + + $('.seasonCheck:visible').each(function(){ + + this.checked = serCheck.checked + }); + + $('.epCheck:visible').each(function(){ + + this.checked = serCheck.checked + }); + }); + $('.seasonCheck').click(function(){ var seasCheck = this; var seasNo = $(seasCheck).attr('id');
-
+

#if int($cur_ep_obj.season) == 0 then "Specials" else "Season "+str($cur_ep_obj.season)#