Remove derefferer links from CouchPotato url in Gamma theme.

This commit is contained in:
DariusIII
2016-05-12 14:56:14 +02:00
parent 34eb6fa406
commit cfbf5fcc26
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
2016-05-12 DariusIII
* Fix: Remove derefferer links from CouchPotato url in Gamma theme.
* Fix: Fix nntmux_schema_fi for misc cats
* Fix: Wrong path to postprocess.php when using sequential in tmux
* Upd: Revert utf-8 fix apllied long time ago
+1 -1
View File
@@ -174,7 +174,7 @@
{/if}
{if !empty($cpurl) && !empty($cpapi)}
<li>
<a class="sendtocouch fa fa-bed" target="blackhole" href="javascript:;" rel="{$site->dereferrer_link}{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$result.imdbid}&title={$result.title}" name="CP{$result.imdbid}" title="Add to CouchPotato"></a>
<a class="sendtocouch fa fa-bed" 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"></a>
</li>
{/if}
{if $weHasVortex}
+1 -1
View File
@@ -370,7 +370,7 @@
<a id="guid{$release.guid}" class="icon icon_sabNZBinfo fa fa-share" style="text-decoration: none; color: #008ab8;" href="#" title="Send to queue"></a>
{/if}
{if !empty($cpurl) && !empty($cpapi)}
<a class="sendtocouch fa fa-bed" target="blackhole" href="javascript:;" rel="{$site->dereferrer_link}{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$release.imdbid}&title={$movie.title}" name="CP{$release.imdbid}" title="Add to CouchPotato"></a>
<a class="sendtocouch fa fa-bed" target="blackhole" href="javascript:;" rel="{$cpurl}/api/{$cpapi}/movie.add/?identifier=tt{$release.imdbid}&title={$movie.title}" name="CP{$release.imdbid}" title="Add to CouchPotato"></a>
{/if}
{if $weHasVortex}
<a class="icon icon_nzb fa fa-cloud-downloadvortex" href="#" title="Send to my NZBVortex"><img src="{$smarty.const.WWW_THEMES}/shared/images/icons/vortex/bigsmile.png"/></a>