|
@@ -616,7 +616,7 @@ $ShowGroups = !(!empty($LoggedUser['TorrentGrouping']) && $LoggedUser['TorrentGr
|
616
|
616
|
<? } ?>
|
617
|
617
|
| <a href="reportsv2.php?action=report&id=<?=$TorrentID?>" class="tooltip" title="Report">RP</a> ]
|
618
|
618
|
</span>
|
619
|
|
- » <a href="torrents.php?id=<?=$GroupID?>&torrentid=<?=$TorrentID?>"><?=Torrents::torrent_info($Data)?><? if ($Reported) { ?> / <strong class="torrent_label tl_reported">Reported</strong><? } ?></a>
|
|
619
|
+ » <a href="torrents.php?id=<?=$GroupID?>&torrentid=<?=$TorrentID?>"><?=Torrents::torrent_info($Data)?><? if ($Reported) { ?> / <strong class="torrent_label tl_reported tooltip" title="Type: <?=ucfirst($Reports[0]['Type'])?><br>Comment: <?=htmlentities(htmlentities($Reports[0]['UserComment']))?>">Reported</strong><? } ?></a>
|
620
|
620
|
</td>
|
621
|
621
|
<td class="number_column"><?=$Data['FileCount']?></td>
|
622
|
622
|
<td class="nobr"><?=time_diff($Data['Time'], 1)?></td>
|
|
@@ -713,7 +713,7 @@ $ShowGroups = !(!empty($LoggedUser['TorrentGrouping']) && $LoggedUser['TorrentGr
|
713
|
713
|
</div>
|
714
|
714
|
<?=$DisplayName?>
|
715
|
715
|
<br />
|
716
|
|
- <div style="display: inline;" class="torrent_info"><?=$ExtraInfo?><? if ($Reported) { ?> / <strong class="torrent_label tl_reported">Reported</strong><? } ?></div>
|
|
716
|
+ <div style="display: inline;" class="torrent_info"><?=$ExtraInfo?><? if ($Reported) { ?> / <strong class="torrent_label tl_reported tooltip" title="Type: <?=ucfirst($Reports[0]['Type'])?><br>Comment: <?=htmlentities(htmlentities($Reports[0]['UserComment']))?>">Reported</strong><? } ?></div>
|
717
|
717
|
<div class="tags"><?=$TorrentTags->format("torrents.php?$Action&taglist=")?></div>
|
718
|
718
|
</div>
|
719
|
719
|
</td>
|