Browse Source

Italicize anonymous uploaders

spaghetti 7 years ago
parent
commit
912dd91bb2

+ 0
- 0
classes/slaves.class.php View File


+ 1
- 1
sections/requests/request.php View File

@@ -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&amp;id=<?=$RequestID?>" class="brackets">Unfill</a></strong> Unfilling a request without a valid, nontrivial reason will result in a warning.
339 339
 <?    } ?>

+ 0
- 0
sections/slaves/slaves.php View File


+ 1
- 1
sections/torrents/details.php View File

@@ -543,7 +543,7 @@ foreach ($TorrentList as $Torrent) {
543 543
         <td colspan="5">
544 544
           <div id="release_<?=$TorrentID?>" class="no_overflow">
545 545
             <blockquote>
546
-              Uploaded by <?=($Anonymous ? 'Anonymous' : Users::format_username($UserID, false, false, false))?> <?=time_diff($TorrentTime);?>
546
+              Uploaded by <?=($Anonymous ? '<em>Anonymous</em>' : Users::format_username($UserID, false, false, false))?> <?=time_diff($TorrentTime);?>
547 547
 <?  if ($Seeders == 0) {
548 548
     if ($LastActive && time() - strtotime($LastActive) >= 1209600) { ?>
549 549
             <br /><strong>Last active: <?=time_diff($LastActive); ?></strong>

+ 0
- 0
sections/user/2fa.php View File


+ 0
- 0
static/styles/fonts/OpenSans-Semibold.ttf View File


+ 0
- 0
static/styles/fonts/OpenSans.ttf View File


Loading…
Cancel
Save