diff --git a/classes/format.class.php b/classes/format.class.php index c4b5c113..32587082 100644 --- a/classes/format.class.php +++ b/classes/format.class.php @@ -107,10 +107,10 @@ public static function get_ratio_html($Dividend, $Divisor, $Color = true) { return '--'; } if ($Ratio === '∞') { - return ''; + return ''; } if ($Color) { - $Ratio = sprintf('%s', + $Ratio = sprintf('%s', self::get_ratio_color($Ratio), self::get_ratio($Dividend, $Divisor, 5), $Ratio diff --git a/classes/mass_user_torrents_table_view.class.php b/classes/mass_user_torrents_table_view.class.php index 9c8c7531..83a02c72 100644 --- a/classes/mass_user_torrents_table_view.class.php +++ b/classes/mass_user_torrents_table_view.class.php @@ -127,7 +127,7 @@ public function header () { Order - # + # Year Artist Torrent @@ -179,7 +179,7 @@ public function body () { $this->NumGroups++; $DisplayName = self::display_name($ExtendedArtists, $Artists, $VanityHouse); - $TorrentLink = ''.$Name.''; + $TorrentLink = ''.$Name.''; $Year = $Year > 0 ? $Year : ''; $DateAdded = date($Time); @@ -232,7 +232,7 @@ public static function display_name (array &$ExtendedArtists, array &$Artists, $ $DisplayName = Artists::display_artists(array('1'=>$Artists), true, false); } if ($VanityHouse) { - $DisplayName .= ' [VH]'; + $DisplayName .= ' [VH]'; } return $DisplayName; } @@ -243,8 +243,8 @@ public static function display_name (array &$ExtendedArtists, array &$Artists, $ public function buttons () { ?>
- - + +
S'; + $Line .= 'S'; return $Line; } diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 64f0c6e6..54952c66 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -1,5 +1,11 @@ CHANGE LOG +2013-10-26 by alderaan +Added tooltip class to many HTML elements that were missing it + +2013-10-25 by alderaan +Fix many display bugs in the unsupported/unofficial Eye Candy CSS. + 2013-10-24 by alderaan Layer Cake CSS now has a wider table of torrents on torrents.php diff --git a/sections/artist/artist.php b/sections/artist/artist.php index 888b3a40..d450488d 100644 --- a/sections/artist/artist.php +++ b/sections/artist/artist.php @@ -333,16 +333,16 @@ function compare($X, $Y) {   (View) Size - Snatches - Seeders - Leechers + Snatches + Seeders + Leechers $GroupName"; + $DisplayName = "$GroupName"; if (check_perms('users_mod') || check_perms('torrents_fix_ghosts')) { $DisplayName .= ' Fix'; } @@ -382,7 +382,7 @@ function compare($X, $Y) { } if ($GroupVanityHouse) { - $DisplayName .= ' [VH]'; + $DisplayName .= ' [VH]'; } $SnatchedGroupClass = ($GroupFlags['IsSnatched'] ? ' snatched_group' : ''); @@ -454,9 +454,9 @@ function compare($X, $Y) { - [ + [ - | FL + | FL ]   »  @@ -516,7 +516,7 @@ function compare($X, $Y) { Bookmark - + "> - X + X
@@ -779,10 +779,10 @@ function compare($X, $Y) {   Request Name - + Vote - + Bounty @@ -820,14 +820,14 @@ function compare($X, $Y) {
- +    + - + diff --git a/sections/artist/delete.php b/sections/artist/delete.php index d2a10a12..1fd72076 100644 --- a/sections/artist/delete.php +++ b/sections/artist/delete.php @@ -35,7 +35,7 @@ if ($DB->has_results()) { ?>
- There are still torrents that have as an artist.
+ There are still torrents that have as an artist.
Please remove the artist from these torrents manually before attempting to delete.