mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
Merge pull request #846 from Supremicus/dev
Fixes and additions to testRename.tmpl
This commit is contained in:
commit
804b0bade0
@ -65,13 +65,15 @@
|
|||||||
#end if
|
#end if
|
||||||
<tr class="season-$curSeason
|
<tr class="season-$curSeason
|
||||||
#if $curLoc == $newLoc:
|
#if $curLoc == $newLoc:
|
||||||
#if $odd then "odd" else "even"#
|
good
|
||||||
#else
|
#else
|
||||||
wanted
|
wanted
|
||||||
#end if
|
#end if
|
||||||
">
|
seasonstyle">
|
||||||
<td width="1%" valign="top" align="center" class="tableleft">
|
<td width="1%" valign="top" align="center" class="tableleft">
|
||||||
|
#if $curLoc != $newLoc:
|
||||||
<input type="checkbox" class="epCheck" id="<%=str(cur_ep_obj.season) + 'x' + str(cur_ep_obj.episode)%>" name="<%=str(cur_ep_obj.season) + "x" + str(cur_ep_obj.episode) %>" />
|
<input type="checkbox" class="epCheck" id="<%=str(cur_ep_obj.season) + 'x' + str(cur_ep_obj.episode)%>" name="<%=str(cur_ep_obj.season) + "x" + str(cur_ep_obj.episode) %>" />
|
||||||
|
#end if
|
||||||
</td>
|
</td>
|
||||||
<td align="center" valign="top" class="nowrap"><%= "-".join(map(str, epList)) %></td>
|
<td align="center" valign="top" class="nowrap"><%= "-".join(map(str, epList)) %></td>
|
||||||
<td width="50%" valign="top">$curLoc</td>
|
<td width="50%" valign="top">$curLoc</td>
|
||||||
@ -81,5 +83,5 @@
|
|||||||
|
|
||||||
#end for
|
#end for
|
||||||
</table><br />
|
</table><br />
|
||||||
<input type="submit" value="Rename Selected" class="btn btn-danger">
|
<input type="submit" value="Rename Selected" class="btn btn-success"> <a href="/home/displayShow?show=$show.indexerid" class='btn btn-danger' style="line-height: 20px !important;">Cancel Rename</a>
|
||||||
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_bottom.tmpl")
|
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_bottom.tmpl")
|
||||||
|
Loading…
Reference in New Issue
Block a user