From f2b7b7c037622ef5014aa46a0b5cc3a2cf1c1939 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 31 May 2016 10:31:09 +0200 Subject: [PATCH] Remove table-striped attribute from tables. --- www/themes/Gamma/templates/books.tpl | 2 +- www/themes/Gamma/templates/browse.tpl | 2 +- www/themes/Gamma/templates/cart.tpl | 2 +- www/themes/Gamma/templates/console.tpl | 2 +- www/themes/Gamma/templates/forum.tpl | 2 +- www/themes/Gamma/templates/forumpost.tpl | 2 +- www/themes/Gamma/templates/games.tpl | 2 +- www/themes/Gamma/templates/movies.tpl | 2 +- www/themes/Gamma/templates/music.tpl | 2 +- www/themes/Gamma/templates/mymovielist.tpl | 2 +- www/themes/Gamma/templates/mymoviesedit.tpl | 2 +- www/themes/Gamma/templates/myshows.tpl | 2 +- www/themes/Gamma/templates/profile.tpl | 2 +- www/themes/Gamma/templates/searchraw.tpl | 2 +- www/themes/Gamma/templates/viewanimelist.tpl | 2 +- www/themes/Gamma/templates/viewfilelist.tpl | 2 +- www/themes/Gamma/templates/viewmoviefull.tpl | 2 +- www/themes/Gamma/templates/viewnzb.tpl | 4 ++-- www/themes/Gamma/templates/viewseries.tpl | 2 +- www/themes/Gamma/templates/viewserieslist.tpl | 2 +- www/themes/Gamma/templates/viewxxxfull.tpl | 2 +- www/themes/Gamma/templates/xxx.tpl | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/www/themes/Gamma/templates/books.tpl b/www/themes/Gamma/templates/books.tpl index 1a13ed586..7242ba112 100755 --- a/www/themes/Gamma/templates/books.tpl +++ b/www/themes/Gamma/templates/books.tpl @@ -52,7 +52,7 @@ - +
author
diff --git a/www/themes/Gamma/templates/browse.tpl b/www/themes/Gamma/templates/browse.tpl index 77ebadc35..f5e9c0478 100755 --- a/www/themes/Gamma/templates/browse.tpl +++ b/www/themes/Gamma/templates/browse.tpl @@ -64,7 +64,7 @@
- +
diff --git a/www/themes/Gamma/templates/cart.tpl b/www/themes/Gamma/templates/cart.tpl index 16b4d5726..472f3ab42 100755 --- a/www/themes/Gamma/templates/cart.tpl +++ b/www/themes/Gamma/templates/cart.tpl @@ -19,7 +19,7 @@ - +
diff --git a/www/themes/Gamma/templates/console.tpl b/www/themes/Gamma/templates/console.tpl index 3d78d43dc..990efd03f 100755 --- a/www/themes/Gamma/templates/console.tpl +++ b/www/themes/Gamma/templates/console.tpl @@ -43,7 +43,7 @@
name
- +
diff --git a/www/themes/Gamma/templates/forum.tpl b/www/themes/Gamma/templates/forum.tpl index 1da41dfdc..123e892b6 100755 --- a/www/themes/Gamma/templates/forum.tpl +++ b/www/themes/Gamma/templates/forum.tpl @@ -5,7 +5,7 @@ - +
diff --git a/www/themes/Gamma/templates/forumpost.tpl b/www/themes/Gamma/templates/forumpost.tpl index be6d5c703..98540827d 100755 --- a/www/themes/Gamma/templates/forumpost.tpl +++ b/www/themes/Gamma/templates/forumpost.tpl @@ -2,7 +2,7 @@ {if $results|@count > 0}

{$results[0].subject|escape:"htmlall"}

-
Topic Posted By
+
diff --git a/www/themes/Gamma/templates/games.tpl b/www/themes/Gamma/templates/games.tpl index bbaf26e3d..a6ef2647a 100755 --- a/www/themes/Gamma/templates/games.tpl +++ b/www/themes/Gamma/templates/games.tpl @@ -42,7 +42,7 @@
By Message
- +
diff --git a/www/themes/Gamma/templates/movies.tpl b/www/themes/Gamma/templates/movies.tpl index 1def20d6c..b0d5eb885 100755 --- a/www/themes/Gamma/templates/movies.tpl +++ b/www/themes/Gamma/templates/movies.tpl @@ -46,7 +46,7 @@
- +
diff --git a/www/themes/Gamma/templates/music.tpl b/www/themes/Gamma/templates/music.tpl index fe2cdb34e..43941c754 100755 --- a/www/themes/Gamma/templates/music.tpl +++ b/www/themes/Gamma/templates/music.tpl @@ -45,7 +45,7 @@
- +
diff --git a/www/themes/Gamma/templates/mymovielist.tpl b/www/themes/Gamma/templates/mymovielist.tpl index a51b750cf..f03a1376c 100755 --- a/www/themes/Gamma/templates/mymovielist.tpl +++ b/www/themes/Gamma/templates/mymovielist.tpl @@ -1,6 +1,6 @@ {if $data|@count > 0} - +
diff --git a/www/themes/Gamma/templates/mymoviesedit.tpl b/www/themes/Gamma/templates/mymoviesedit.tpl index 0207406d8..5233af441 100755 --- a/www/themes/Gamma/templates/mymoviesedit.tpl +++ b/www/themes/Gamma/templates/mymoviesedit.tpl @@ -6,7 +6,7 @@

{if $movies|@count > 0} -
Name
+
diff --git a/www/themes/Gamma/templates/myshows.tpl b/www/themes/Gamma/templates/myshows.tpl index 7fc852576..8447b1ce0 100755 --- a/www/themes/Gamma/templates/myshows.tpl +++ b/www/themes/Gamma/templates/myshows.tpl @@ -8,7 +8,7 @@
{if $shows|@count > 0} -
name
+
diff --git a/www/themes/Gamma/templates/profile.tpl b/www/themes/Gamma/templates/profile.tpl index f2fd0380e..7af1cc86b 100755 --- a/www/themes/Gamma/templates/profile.tpl +++ b/www/themes/Gamma/templates/profile.tpl @@ -131,7 +131,7 @@ {if isset($isadmin) && $downloadlist|@count > 0}

Downloads for User and Host

-
name category
+
diff --git a/www/themes/Gamma/templates/searchraw.tpl b/www/themes/Gamma/templates/searchraw.tpl index 8140fd2e5..896c0ce04 100755 --- a/www/themes/Gamma/templates/searchraw.tpl +++ b/www/themes/Gamma/templates/searchraw.tpl @@ -34,7 +34,7 @@ {$site->adbrowse} -
date hosthash
+
diff --git a/www/themes/Gamma/templates/viewanimelist.tpl b/www/themes/Gamma/templates/viewanimelist.tpl index 7b0327ff3..3dc0c0cce 100755 --- a/www/themes/Gamma/templates/viewanimelist.tpl +++ b/www/themes/Gamma/templates/viewanimelist.tpl @@ -21,7 +21,7 @@ {if $animelist|@count > 0} -
filename
+
diff --git a/www/themes/Gamma/templates/viewfilelist.tpl b/www/themes/Gamma/templates/viewfilelist.tpl index ec2275c6f..c28e5cc0e 100755 --- a/www/themes/Gamma/templates/viewfilelist.tpl +++ b/www/themes/Gamma/templates/viewfilelist.tpl @@ -3,7 +3,7 @@

For {$rel.searchname|escape:'htmlall'}


-
Name Type
+
diff --git a/www/themes/Gamma/templates/viewmoviefull.tpl b/www/themes/Gamma/templates/viewmoviefull.tpl index 3f827a7ef..8c2e415e8 100755 --- a/www/themes/Gamma/templates/viewmoviefull.tpl +++ b/www/themes/Gamma/templates/viewmoviefull.tpl @@ -60,7 +60,7 @@ {/if} -
#
+
diff --git a/www/themes/Gamma/templates/viewnzb.tpl b/www/themes/Gamma/templates/viewnzb.tpl index ba25c70c8..441143ee1 100755 --- a/www/themes/Gamma/templates/viewnzb.tpl +++ b/www/themes/Gamma/templates/viewnzb.tpl @@ -403,7 +403,7 @@
{if $reVideo.releases_id|@count > 0 || $reAudio|@count > 0}
- +
@@ -579,7 +579,7 @@
{if $comments|@count > 0} -
Property
+
diff --git a/www/themes/Gamma/templates/viewseries.tpl b/www/themes/Gamma/templates/viewseries.tpl index 94808e812..9eef7e4be 100755 --- a/www/themes/Gamma/templates/viewseries.tpl +++ b/www/themes/Gamma/templates/viewseries.tpl @@ -159,7 +159,7 @@
{foreach $seasons as $seasonnum => $season name=tv}
-
User Comment
+
diff --git a/www/themes/Gamma/templates/viewserieslist.tpl b/www/themes/Gamma/templates/viewserieslist.tpl index abd544d8a..d13cac357 100755 --- a/www/themes/Gamma/templates/viewserieslist.tpl +++ b/www/themes/Gamma/templates/viewserieslist.tpl @@ -27,7 +27,7 @@ {if $serieslist|@count > 0} -
Ep Name
+
{foreach $serieslist as $sletter => $series} diff --git a/www/themes/Gamma/templates/viewxxxfull.tpl b/www/themes/Gamma/templates/viewxxxfull.tpl index b84d1b40b..01ff7c4b8 100755 --- a/www/themes/Gamma/templates/viewxxxfull.tpl +++ b/www/themes/Gamma/templates/viewxxxfull.tpl @@ -58,7 +58,7 @@ {/if} -
Top

{$sletter}...

+
diff --git a/www/themes/Gamma/templates/xxx.tpl b/www/themes/Gamma/templates/xxx.tpl index 1c052cd99..81394fc78 100755 --- a/www/themes/Gamma/templates/xxx.tpl +++ b/www/themes/Gamma/templates/xxx.tpl @@ -50,7 +50,7 @@
- +