|
@@ -333,7 +333,7 @@ $encoded_artist = urlencode($encoded_artist);
|
333
|
333
|
<td class="label">Filled</td>
|
334
|
334
|
<td>
|
335
|
335
|
<strong><a href="torrents.php?<?=(strtotime($Request['TimeFilled']) < $TimeCompare ? 'id=' : 'torrentid=') . $Request['TorrentID']?>">Yes</a></strong>,
|
336
|
|
- by user <?=($Request['AnonymousFill'] ? 'Anonymous' : Users::format_username($Request['FillerID'], false, false, false))?>
|
|
336
|
+ by user <?=($Request['AnonymousFill'] ? '<em>Anonymous</em>' : Users::format_username($Request['FillerID'], false, false, false))?>
|
337
|
337
|
<? if ($LoggedUser['ID'] == $Request['UserID'] || $LoggedUser['ID'] == $Request['FillerID'] || check_perms('site_moderate_requests')) { ?>
|
338
|
338
|
<strong><a href="requests.php?action=unfill&id=<?=$RequestID?>" class="brackets">Unfill</a></strong> Unfilling a request without a valid, nontrivial reason will result in a warning.
|
339
|
339
|
<? } ?>
|