mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Adjust CP again
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
<span id="guid{$release.guid}" class="btn btn-hover btn-default btn-xs sendtocouch text-muted"
|
||||
<span id="guid{$mguid[$m@index]}" class="btn btn-hover btn-default btn-xs sendtocouch text-muted"
|
||||
href="#"
|
||||
title="Add to CouchPotato"
|
||||
><i class="fa fa-bed"></i></span>
|
||||
@@ -270,7 +270,7 @@
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
<span id="guid{$release.guid}" class="btn btn-hover btn-default btn-xs sendtocouch text-muted"
|
||||
<span id="guid{$mguid[$m@index]}" class="btn btn-hover btn-default btn-xs sendtocouch text-muted"
|
||||
href="#"
|
||||
title="Add to CouchPotato"
|
||||
><i class="fa fa-bed"></i></span>
|
||||
|
||||
@@ -171,7 +171,7 @@
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if !empty($cpurl) && !empty($cpapi)}
|
||||
<span id="guid{$release.guid}" class="btn btn-hover btn-default btn-xs icon sendtocouch text-muted"
|
||||
<span id="guid{$mguid[$m@index]}" 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
|
||||
@@ -304,7 +304,7 @@
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if !empty($cpurl) && !empty($cpapi)}
|
||||
<span id="guid{$release.guid}" class="btn btn-hover btn-default btn-xs icon sendtocouch text-muted"
|
||||
<span id="guid{$mguid[$m@index]}" 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
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
<span class="btn btn-hover btn-default btn-xs sendtocouch text-muted" href="#" title="Add to CouchPotato"><i class="fa fa-bed"></i></span>
|
||||
<span id="guid{$mguid[$m@index]}" 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">
|
||||
@@ -267,7 +267,7 @@
|
||||
class="fa fa-share"></i></span>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
<span id="guid{$release.guid}" class="btn btn-hover btn-default btn-xs sendtocouch text-muted" href="#" title="Add to CouchPotato"><i class="fa fa-bed"></i></span>
|
||||
<span id="guid{$mguid[$m@index]}" 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">
|
||||
@@ -307,7 +307,7 @@
|
||||
value="Send to Queue"/>
|
||||
{/if}
|
||||
{if $cpurl != '' && $cpapi != ''}
|
||||
<span id="guid{$release.guid}" class="btn btn-hover btn-default btn-xs sendtocouch text-muted" href="#" title="Add to CouchPotato"><i class="fa fa-bed"></i></span>
|
||||
<span id="guid{$mguid[$m@index]}" 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 isset($isadmin)}
|
||||
<input type="button"
|
||||
|
||||
Reference in New Issue
Block a user