From d0c8bd9daeac0f9ea0d8aec729d00158d3b8d4c7 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 31 Oct 2015 23:14:49 +0100 Subject: [PATCH] Fix the buttons. --- www/themes/charisma/templates/frontend/viewnzb.tpl | 5 ----- .../charisma/templates/frontend/viewseries.tpl | 5 ----- .../charisma/templates/frontend/viewserieslist.tpl | 13 ++++--------- www/themes/omicron/templates/frontend/viewnzb.tpl | 5 ----- .../omicron/templates/frontend/viewseries.tpl | 5 ----- .../omicron/templates/frontend/viewserieslist.tpl | 13 ++++--------- 6 files changed, 8 insertions(+), 38 deletions(-) diff --git a/www/themes/charisma/templates/frontend/viewnzb.tpl b/www/themes/charisma/templates/frontend/viewnzb.tpl index e6d892b6c..4e1226c78 100644 --- a/www/themes/charisma/templates/frontend/viewnzb.tpl +++ b/www/themes/charisma/templates/frontend/viewnzb.tpl @@ -51,31 +51,26 @@ class="label label-success">Add to My Shows View all episodes - {if $show.source == 1} {if $show.tvdb > 0} TheTVDB {/if} - {elseif $show.source == 2} {if $show.tvmaze > 0} TVMaze {/if} - {elseif $show.source == 3} {if $show.trakt > 0} Trakt {/if} - {elseif $show.source == 6} {if $show.tvrage > 0} TV Rage {/if} - {/if} {/if} {if $con && $con.url != ""}Amazon{/if} diff --git a/www/themes/charisma/templates/frontend/viewseries.tpl b/www/themes/charisma/templates/frontend/viewseries.tpl index 1c91d9d85..63add5b1f 100644 --- a/www/themes/charisma/templates/frontend/viewseries.tpl +++ b/www/themes/charisma/templates/frontend/viewseries.tpl @@ -40,31 +40,26 @@
RSS for TV Show - {if $show.source == 1} {if $show.tvdb > 0} TheTVDB {/if} - {elseif $show.source == 2} {if $show.tvmaze > 0} TVMaze {/if} - {elseif $show.source == 3} {if $show.trakt > 0} Trakt {/if} - {elseif $show.source == 6} {if $show.tvrage > 0} TV Rage {/if} - {/if}

Series
{if $s.id > 0} - {if $s.source == 1} - {if $show.tvdb > 0} + {if $s.tvdb > 0} TVDB {/if} - {elseif $s.source == 2} - {if $show.tvmaze > 0} + {if $s.tvmaze > 0} TVMaze {/if} - {elseif $s.source == 3} - {if $show.trakt > 0} + {if $s.trakt > 0} Trakt {/if} - {elseif $s.source == 6} - {if $show.tvrage > 0} + {if $s.tvrage > 0} TVRage {/if} - {/if} {/if} diff --git a/www/themes/omicron/templates/frontend/viewnzb.tpl b/www/themes/omicron/templates/frontend/viewnzb.tpl index e6d892b6c..4e1226c78 100644 --- a/www/themes/omicron/templates/frontend/viewnzb.tpl +++ b/www/themes/omicron/templates/frontend/viewnzb.tpl @@ -51,31 +51,26 @@ class="label label-success">Add to My Shows View all episodes - {if $show.source == 1} {if $show.tvdb > 0} TheTVDB {/if} - {elseif $show.source == 2} {if $show.tvmaze > 0} TVMaze {/if} - {elseif $show.source == 3} {if $show.trakt > 0} Trakt {/if} - {elseif $show.source == 6} {if $show.tvrage > 0} TV Rage {/if} - {/if} {/if} {if $con && $con.url != ""}Amazon{/if} diff --git a/www/themes/omicron/templates/frontend/viewseries.tpl b/www/themes/omicron/templates/frontend/viewseries.tpl index 1c91d9d85..63add5b1f 100644 --- a/www/themes/omicron/templates/frontend/viewseries.tpl +++ b/www/themes/omicron/templates/frontend/viewseries.tpl @@ -40,31 +40,26 @@
RSS for TV Show - {if $show.source == 1} {if $show.tvdb > 0} TheTVDB {/if} - {elseif $show.source == 2} {if $show.tvmaze > 0} TVMaze {/if} - {elseif $show.source == 3} {if $show.trakt > 0} Trakt {/if} - {elseif $show.source == 6} {if $show.tvrage > 0} TV Rage {/if} - {/if}

Series
{if $s.id > 0} - {if $s.source == 1} - {if $show.tvdb > 0} + {if $s.tvdb > 0} TVDB {/if} - {elseif $s.source == 2} - {if $show.tvmaze > 0} + {if $s.tvmaze > 0} TVMaze {/if} - {elseif $s.source == 3} - {if $show.trakt > 0} + {if $s.trakt > 0} Trakt {/if} - {elseif $s.source == 6} - {if $show.tvrage > 0} + {if $s.tvrage > 0} TVRage {/if} - {/if} {/if}