1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fix for alterate scene names

This commit is contained in:
Senaxx 2014-05-15 09:33:05 +02:00
parent 628fe23f8d
commit cded5db5a2

View File

@ -163,16 +163,6 @@
#if $anyQualities + $bestQualities #if $anyQualities + $bestQualities
<tr><td class="showLegend">Archive First Match: </td><td><img src="$sbRoot/images/#if int($show.archive_firstmatch) == 1 then "yes16.png\" alt=\"Y" else "no16.png\" alt=\"N"#" width="16" height="16" /></td></tr> <tr><td class="showLegend">Archive First Match: </td><td><img src="$sbRoot/images/#if int($show.archive_firstmatch) == 1 then "yes16.png\" alt=\"Y" else "no16.png\" alt=\"N"#" width="16" height="16" /></td></tr>
#end if #end if
#if $all_scene_exceptions:
<tr>
<td class="showLegend">Alternate Scene Names:</td>
<td>
#for $one_exception in sorted($all_scene_exceptions)
$one_exception<br />
#end for
</td>
</tr>
#end if
</table> </table>
</td> </td>
</tr> </tr>