mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
More missed file edits
This commit is contained in:
@@ -269,14 +269,11 @@
|
||||
title="Send to my Queue"><i
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
if $cpurl != '' && $cpapi != ''}
|
||||
<span class="btn btn-hover btn-default btn-xs sendtocouch text-muted"
|
||||
target="blackhole"
|
||||
href="javascript:"
|
||||
rel="{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$result.imdbid}&title={$result.title}"
|
||||
name="CP{$result.imdbid}"
|
||||
title="Add to CouchPotato"
|
||||
><i class="fa fa-share"></i></span>
|
||||
href="#"
|
||||
title="Add to CouchPotato"
|
||||
><i class="fa fa-bed"></i></span>
|
||||
{/if}
|
||||
{if !empty($mfailed[$m@index])}
|
||||
<span class="btn btn-default btn-xs" title="This release has failed to download for some users">
|
||||
|
||||
@@ -170,14 +170,12 @@
|
||||
data-original-title="Send to my Queue"><i
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
<span class="btn btn-hover btn-default btn-xs sendtocouch text-muted"
|
||||
target="blackhole"
|
||||
href="javascript:"
|
||||
rel="{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$result.imdbid}&title={$result.title}"
|
||||
name="CP{$result.imdbid}"
|
||||
title="Add to CouchPotato"
|
||||
><i class="fa fa-bed"></i></span>
|
||||
{if !empty($cpurl) && !empty($cpapi)}
|
||||
<span class="btn btn-hover btn-default btn-xs icon sendtocouch text-muted"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to CouchPotato"><i
|
||||
class="fa fa-bed"></i></span>
|
||||
{/if}
|
||||
{if !empty($mfailed[$m@index])}
|
||||
<span class="btn btn-default btn-xs"
|
||||
|
||||
@@ -267,13 +267,7 @@
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
<span class="btn btn-hover btn-default btn-xs sendtocouch text-muted"
|
||||
target="blackhole"
|
||||
href="javascript:"
|
||||
rel="{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$result.imdbid}&title={$result.title}"
|
||||
name="CP{$result.imdbid}"
|
||||
title="Add to CouchPotato"
|
||||
><i class="fa fa-share"></i></span>
|
||||
<span class="btn btn-hover btn-default btn-xs sendtocouch text-muted" href="#" title="Add to CouchPotato"><i class="fa fa-bed"></i></span>
|
||||
{/if}
|
||||
{if !empty($mfailed[$m@index])}
|
||||
<span class="btn btn-default btn-xs" title="This release has failed to download for some users">
|
||||
|
||||
Reference in New Issue
Block a user