From b84fcdda6800414bd4db6c221682afe389a3533b Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 6 Sep 2015 14:22:07 +0200 Subject: [PATCH] Add "Add to Couchpotato" button to movies view. --- .../charisma/views/frontend/movies.tpl | 18 ++++++++++++++++++ .../omicron/views/frontend/movies.tpl | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/www/templates/charisma/views/frontend/movies.tpl b/www/templates/charisma/views/frontend/movies.tpl index fcf552455..fc89caf6a 100644 --- a/www/templates/charisma/views/frontend/movies.tpl +++ b/www/templates/charisma/views/frontend/movies.tpl @@ -150,6 +150,15 @@ title="Send to my Queue"> {/if} + {if $cpurl != '' && $cpapi != ''} + + {/if} {/if} @@ -249,6 +258,15 @@ title="Send to my Queue"> {/if} + {if $cpurl != '' && $cpapi != ''} + + {/if} {/if} diff --git a/www/templates/omicron/views/frontend/movies.tpl b/www/templates/omicron/views/frontend/movies.tpl index fcf552455..be9b1a585 100644 --- a/www/templates/omicron/views/frontend/movies.tpl +++ b/www/templates/omicron/views/frontend/movies.tpl @@ -150,6 +150,15 @@ title="Send to my Queue"> {/if} + {if $cpurl != '' && $cpapi != ''} + + {/if} {/if} @@ -249,6 +258,15 @@ title="Send to my Queue"> {/if} + {if $cpurl != '' && $cpapi != ''} + + {/if} {/if}