mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Adjust name of id attribute to guid.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2016-05-31 DariusIII
|
||||
* Chg: Adjust name of id attribute to guid.
|
||||
2016-05-30 DariusIII
|
||||
* Fix: Fix issues with adding releases to cart/queue in Omicron/Gentele theme
|
||||
* Fix: Fix styling on browse page on all themes
|
||||
|
||||
@@ -163,14 +163,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span class="btn btn-hover btn-default btn-xs icon icon_cart text-muted"
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my download basket"><i
|
||||
class="fa fa-shopping-basket"></i></span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span class="btn btn-hover btn-default btn-xs icon icon_sab text-muted"
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my Queue"><i
|
||||
|
||||
@@ -146,13 +146,13 @@
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Comments"></i></a>
|
||||
<a href="#"><i
|
||||
id="cart{$result.guid}"
|
||||
id="guid{$result.guid}"
|
||||
class="icon_cart text-muted fa fa-shopping-basket" data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
data-original-title="Send to my download basket"></i></a>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<a href="#">
|
||||
<i id="send{$result.guid}"
|
||||
<i id="guid{$result.guid}"
|
||||
class="icon_sab text-muted fa fa-share"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
|
||||
@@ -166,14 +166,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span class="btn btn-hover btn-default btn-xs icon icon_cart text-muted"
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my download basket"><i
|
||||
class="fa fa-shopping-basket"></i></span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span class="btn btn-hover btn-default btn-xs icon icon_sab text-muted"
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my Queue"><i
|
||||
|
||||
@@ -188,14 +188,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span class="btn btn-hover btn-default btn-xs icon icon_cart text-muted"
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my download basket"><i
|
||||
class="fa fa-shopping-basket"></i></span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span class="btn btn-hover btn-default btn-xs icon icon_sab text-muted"
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my Queue"><i
|
||||
|
||||
@@ -160,13 +160,13 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Send to my download basket"><i
|
||||
class="fa fa-shopping-basket"></i></span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my Queue"><i
|
||||
@@ -298,13 +298,13 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Send to my download basket"><i
|
||||
class="fa fa-shopping-basket"></i></span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my Queue"><i
|
||||
|
||||
@@ -159,14 +159,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span class="btn btn-hover btn-default btn-xs icon icon_cart text-muted"
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my download basket"><i
|
||||
class="fa fa-shopping-basket"></i></span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span class="btn btn-hover btn-default btn-xs icon icon_sab text-muted"
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my Queue"><i
|
||||
|
||||
@@ -350,13 +350,13 @@
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Comments"></i></a>
|
||||
<a href="#"><i
|
||||
id="cart{$result.guid}"
|
||||
id="guid{$result.guid}"
|
||||
class="icon_cart text-muted fa fa-shopping-basket" data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
data-original-title="Send to my download basket"></i></a>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<a href="#">
|
||||
<i id="send{$result.guid}"
|
||||
<i id="guid{$result.guid}"
|
||||
class="icon_sab text-muted fa fa-share"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
|
||||
@@ -186,13 +186,13 @@
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Comments"></i></a>
|
||||
<a href="#"><i
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="icon_cart text-muted fa fa-shopping-basket" data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
data-original-title="Send to my download basket"></i></a>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<a href="#">
|
||||
<i id="send{$mguid[$m@index]}"
|
||||
<i id="guid{$mguid[$m@index]}"
|
||||
class="icon_sab text-muted fa fa-share"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
|
||||
@@ -221,13 +221,13 @@
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Comments"></i></a>
|
||||
<a href="#"><i
|
||||
id="cart{$result.guid}"
|
||||
id="guid{$result.guid}"
|
||||
class="icon_cart text-muted fa fa-shopping-basket" data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
data-original-title="Send to my download basket"></i></a>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<a href="#">
|
||||
<i id="send{$result.guid}"
|
||||
<i id="guid{$result.guid}"
|
||||
class="icon_sab text-muted fa fa-share"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
|
||||
@@ -180,13 +180,13 @@
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Comments"></i></a>
|
||||
<a href="#"><i
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="icon_cart text-muted fa fa-shopping-basket" data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
data-original-title="Send to my download basket"></i></a>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<a href="#">
|
||||
<i id="send{$mguid[$m@index]}"
|
||||
<i id="guid{$mguid[$m@index]}"
|
||||
class="icon_sab text-muted fa fa-share"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top" title
|
||||
|
||||
@@ -207,13 +207,13 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Send to my download basket"><i
|
||||
class="fa fa-shopping-basket"></i></span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my Queue"><i
|
||||
@@ -382,13 +382,13 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top" title
|
||||
data-original-title="Send to my download basket"><i
|
||||
class="fa fa-shopping-basket"></i></span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
data-toggle="tooltip" data-placement="top"
|
||||
title
|
||||
data-original-title="Send to my Queue"><i
|
||||
|
||||
@@ -145,14 +145,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
title="Send to my Download Basket">
|
||||
<i class="fa fa-shopping-basket"></i>
|
||||
</span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
title="Send to my Queue">
|
||||
<i class="fa fa-share"></i>
|
||||
|
||||
@@ -125,14 +125,14 @@
|
||||
class="fa fa-comments-o text-muted"
|
||||
title="Comments"></i></a>
|
||||
<a href="#"><i
|
||||
id="cart{$result.guid}"
|
||||
id="guid{$result.guid}"
|
||||
class="icon_cart text-muted fa fa-shopping-basket" title="Send to my Download Basket">
|
||||
|
||||
</i>
|
||||
</a>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<a href="#"><i
|
||||
id="send{$result.guid}"
|
||||
id="guid{$result.guid}"
|
||||
class="icon_sab text-muted fa fa-share"
|
||||
title="Send to my Queue">
|
||||
|
||||
|
||||
@@ -151,14 +151,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
title="Send to my Download Basket">
|
||||
<i class="fa fa-shopping-basket"></i>
|
||||
</span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
title="Send to my Queue">
|
||||
<i class="fa fa-share"></i>
|
||||
|
||||
@@ -173,14 +173,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
title="Send to my Download Basket">
|
||||
<i class="fa fa-shopping-basket"></i>
|
||||
</span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
title="Send to my Queue">
|
||||
<i class="fa fa-share"></i>
|
||||
|
||||
@@ -147,14 +147,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
title="Send to my Download Basket">
|
||||
<i class="fa fa-shopping-basket"></i>
|
||||
</span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
title="Send to my Queue">
|
||||
<i class="fa fa-share"></i>
|
||||
@@ -271,14 +271,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
title="Send to my Download Basket">
|
||||
<i class="fa fa-shopping-basket"></i>
|
||||
</span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
title="Send to my Queue">
|
||||
<i class="fa fa-share"></i>
|
||||
|
||||
@@ -144,14 +144,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
title="Send to my Download Basket">
|
||||
<i class="fa fa-shopping-basket"></i>
|
||||
</span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
title="Send to my Queue">
|
||||
<i class="fa fa-share"></i>
|
||||
|
||||
@@ -329,14 +329,14 @@
|
||||
class="fa fa-comments-o text-muted"
|
||||
title="Comments"></i></a>
|
||||
<a href="#"><i
|
||||
id="cart{$result.guid}"
|
||||
id="guid{$result.guid}"
|
||||
class="icon_cart text-muted fa fa-shopping-basket" title="Send to my Download Basket">
|
||||
|
||||
</i>
|
||||
</a>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<a href="#"><i
|
||||
id="send{$result.guid}"
|
||||
id="guid{$result.guid}"
|
||||
class="icon_sab text-muted fa fa-share"
|
||||
title="Send to my Queue">
|
||||
|
||||
|
||||
@@ -193,14 +193,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
title="Send to my Download Basket">
|
||||
<i class="fa fa-shopping-basket"></i>
|
||||
</span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
title="Send to my Queue">
|
||||
<i class="fa fa-share"></i>
|
||||
@@ -354,14 +354,14 @@
|
||||
class="badge"> {$mcomments[$m@index]}
|
||||
Comment{if $mcomments[$m@index] != 1}s{/if}</span></a>
|
||||
<span
|
||||
id="cart{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_cart text-muted"
|
||||
title="Send to my Download Basket">
|
||||
<i class="fa fa-shopping-basket"></i>
|
||||
</span>
|
||||
{if isset($sabintegrated) && $sabintegrated !=""}
|
||||
<span
|
||||
id="send{$mguid[$m@index]}"
|
||||
id="guid{$mguid[$m@index]}"
|
||||
class="btn btn-hover btn-default btn-xs icon_sab text-muted"
|
||||
title="Send to my Queue">
|
||||
<i class="fa fa-share"></i>
|
||||
|
||||
Reference in New Issue
Block a user