From 6cc724d9408378bff7370c2f30a9eadad1777053 Mon Sep 17 00:00:00 2001 From: Git Date: Mon, 3 Jun 2013 08:00:52 +0000 Subject: [PATCH] Empty commit --- classes/users.class.php | 9 ++- design/privateheader.php | 13 +++- sections/blog/index.php | 2 +- sections/donate/donate.php | 3 - sections/inbox/inbox.php | 14 ---- sections/reportsv2/array.php | 127 +++++++++++++++---------------- sections/requests/takeunfill.php | 2 +- sections/torrents/details.php | 12 +-- sections/torrents/reseed.php | 12 +-- sections/user/edit.php | 78 ++++++++++++------- sections/user/takeedit.php | 1 + 11 files changed, 147 insertions(+), 126 deletions(-) diff --git a/classes/users.class.php b/classes/users.class.php index d23fbb3d..0936455e 100644 --- a/classes/users.class.php +++ b/classes/users.class.php @@ -296,10 +296,13 @@ public static function release_order ($Default = false) { } $ID = $Key . '_' . (int) !!$Checked; + + // The HTML is indented this far for proper indentation in the generated HTML + // on user.php?action=edit ?> -
  • - -
  • +
  • + +
  • styles/mobile/style.js" type="text/javascript"> @@ -159,9 +157,16 @@ AND f.ID NOT IN ('$RestrictedForums')" : '')); list($NewSubscriptions) = $DB->next_record(); $Cache->cache_value('subscriptions_user_new_'.$LoggedUser['ID'], $NewSubscriptions, 0); +} + +// set up the inbox URL for use in the main user navigation area and in the alert bar +if ($LoggedUser['ListUnreadPMsFirst']) { + $InboxURL = 'inbox.php?sort=unread'; +} else { + $InboxURL = 'inbox.php'; } ?>