mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -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
|
||||
<tr class="season-$curSeason
|
||||
#if $curLoc == $newLoc:
|
||||
#if $odd then "odd" else "even"#
|
||||
good
|
||||
#else
|
||||
wanted
|
||||
#end if
|
||||
">
|
||||
seasonstyle">
|
||||
<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) %>" />
|
||||
#end if
|
||||
</td>
|
||||
<td align="center" valign="top" class="nowrap"><%= "-".join(map(str, epList)) %></td>
|
||||
<td width="50%" valign="top">$curLoc</td>
|
||||
@ -81,5 +83,5 @@
|
||||
|
||||
#end for
|
||||
</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")
|
||||
|
Loading…
Reference in New Issue
Block a user