Browse Source

Fix torrent groups display

pjc 5 years ago
parent
commit
fa2109686b
1 changed files with 11 additions and 4 deletions
  1. 11
    4
      sections/torrents/browse.php

+ 11
- 4
sections/torrents/browse.php View File

@@ -858,10 +858,17 @@ die();
858 858
           href="reportsv2.php?action=report&amp;id=<?=$TorrentID?>"
859 859
           class="tooltip" title="Report">RP</a> ]
860 860
       </span>
861
-      &raquo; <a
862
-        href="torrents.php?id=<?=$GroupID?>&amp;torrentid=<?=$TorrentID?>"><?=Torrents::torrent_info($Data)?><?php if ($Reported) { ?> / <strong
863
-          class="torrent_label tl_reported tooltip"
864
-          title="Type: <?=ucfirst($Reports[0]['Type'])?><br>Comment: <?=htmlentities(htmlentities($Reports[0]['UserComment']))?>">Reported</strong><?php } ?></a>
861
+          <a
862
+          href="torrents.php?id=<?=$GroupID?>&amp;torrentid=<?=$TorrentID?>"
863
+          class="torrent_label tl_reported tooltip search_link">
864
+            <strong>[Details]</strong>
865
+            <?=Torrents::torrent_info($Data)?>
866
+          </a>
867
+          <?php if ($Reported) { ?>
868
+            / <strong
869
+              class="torrent_label tl_reported tooltip search_link important_text"
870
+              title="Type: <?=ucfirst($Reports[0]['Type'])?><br>
871
+                Comment: <?=htmlentities(htmlentities($Reports[0]['UserComment']))?>">Reported</strong><?php } ?>
865 872
     </td>
866 873
     <td class="number_column"><?=$Data['FileCount']?>
867 874
     </td>

Loading…
Cancel
Save