#for $curStatus in [$WANTED, $SKIPPED, $ARCHIVED, $IGNORED]:
% for curStatus in [WANTED, SKIPPED, ARCHIVED, IGNORED]:
<option value="$curStatus" #if $curStatus == $show.default_ep_status then 'selected="selected"' else ''#>$statusStrings[$curStatus]</option>
<option value="${curStatus}" #if $curStatus == $show.default_ep_status then 'selected="selected"' else ''#>${statusStrings[curStatus]}</option>
#endfor
% endfor
</select><br />
</select><br />
<br />
<br />
...
@@ -114,12 +115,12 @@ This will <b>affect the episode show search</b> on nzb and torrent provider.<br
...
@@ -114,12 +115,12 @@ This will <b>affect the episode show search</b> on nzb and torrent provider.<br
(check this if you wish to use the DVD order instead of the Airing order. A "Force Full Update" is necessary, and if you have existing episodes you need to move them)
(check this if you wish to use the DVD order instead of the Airing order. A "Force Full Update" is necessary, and if you have existing episodes you need to move them)
(check this if the show is released as Show.03.02.2010 rather than Show.S02E03. <span style="color:red">In case air date conflict between regular and special episodes, the later will be ignored.</span>)<br />
(check this if the show is a sporting or MMA event and released as Show.03.02.2010 rather than Show.S02E03. <span style="color:red">In case air date conflict between regular and special episodes, the later will be ignored.</span>)<br />
<br />
<b>Anime: </b>
<input type="checkbox" name="anime" #if $show.is_anime then "CHECKED" else ""#><br />
(check this if the show is released as Show.265 rather than Show.S02E03, this show is an anime)<br />
(check this if you wish to use the DVD order instead of the Airing order. A "Force Full Update" is necessary, and if you have existing episodes you need to move them)