|
@@ -858,10 +858,17 @@ die();
|
858
|
858
|
href="reportsv2.php?action=report&id=<?=$TorrentID?>"
|
859
|
859
|
class="tooltip" title="Report">RP</a> ]
|
860
|
860
|
</span>
|
861
|
|
- » <a
|
862
|
|
- href="torrents.php?id=<?=$GroupID?>&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?>&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>
|