summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit <git@what.cd>2014-01-22 08:00:56 +0000
committerGit <git@what.cd>2014-01-22 08:00:56 +0000
commit2f6b91c588a32d43601dba8bf45b63f5e9eff4a9 (patch)
tree43ef9b962422b1e1ca124c89923d6254b81c2d73
parente0a1f49e1015183380e2cbf2deb88b02fc384454 (diff)
downloadGazelle-2f6b91c588a32d43601dba8bf45b63f5e9eff4a9.zip
Gazelle-2f6b91c588a32d43601dba8bf45b63f5e9eff4a9.tar.gz
Gazelle-2f6b91c588a32d43601dba8bf45b63f5e9eff4a9.tar.bz2
Empty commit
-rw-r--r--design/privateheader.php1
-rw-r--r--sections/login/recover_step1.php3
-rw-r--r--sections/user/invite.php11
3 files changed, 8 insertions, 7 deletions
diff --git a/design/privateheader.php b/design/privateheader.php
index f1d2fd7..60ea39d 100644
--- a/design/privateheader.php
+++ b/design/privateheader.php
@@ -10,6 +10,7 @@ $UseTooltipster = !isset(G::$LoggedUser['Tooltipster']) || G::$LoggedUser['Toolt
<title><?=display_str($PageTitle)?></title>
<meta http-equiv="X-UA-Compatible" content="chrome=1;IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="msapplication-config" content="none" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="search" type="application/opensearchdescription+xml" title="<?=SITE_NAME?> Torrents" href="opensearch.php?type=torrents" />
diff --git a/sections/login/recover_step1.php b/sections/login/recover_step1.php
index f544550..7aa8d07 100644
--- a/sections/login/recover_step1.php
+++ b/sections/login/recover_step1.php
@@ -11,7 +11,8 @@ if (empty($Sent) || (!empty($Sent) && $Sent != 1)) {
?>
<strong class="important_text"><?=$Err ?></strong><br /><br />
<? } ?>
- An email will be sent to your email address with information on how to reset your password.<br /><br />
+ An email will be sent to your email address with information on how to reset your password.<br /><br />
+
<table class="layout" cellpadding="2" cellspacing="1" border="0" align="center">
<tr valign="top">
<td align="right">Email&nbsp;</td>
diff --git a/sections/user/invite.php b/sections/user/invite.php
index e571a45..eddea23 100644
--- a/sections/user/invite.php
+++ b/sections/user/invite.php
@@ -138,9 +138,10 @@ if (!$Sneaky
&& ($UserCount <= USER_LIMIT || USER_LIMIT == 0 || check_perms('site_can_invite_always'))
) { ?>
<div class="box pad">
- <p>Please note that the selling, trading or public giving away of our invitations, or responding to public requests, is strictly forbidden, and may result in you and your entire invite tree being banned. This includes offering to give away our invitations on any forum which is not a class-restricted forum on another private tracker.</p>
+ <p>Please note that the selling, trading, or publicly giving away our invitations&#8202;&mdash;&#8202;or responding to public invite requests&#8202;&mdash;&#8202;is strictly forbidden, and may result in you and your entire invite tree being banned. This includes offering to give away our invitations on any forum which is not a class-restricted forum on another private tracker.</p>
<p>Remember that you are responsible for ALL invitees, and your account and/or privileges may be disabled due to your invitees' actions. You should know the person you're inviting. If you aren't familiar enough with the user to trust them, we suggest not inviting them.</p>
- <p><em>Do not send an invite if you haven't read or don't understand the information above.</em></p>
+ <p><em>Do not send an invite if you have not read or do not understand the information above.</em></p>
+
</div>
<div class="box pad">
<form class="send_form" name="invite" action="user.php" method="post">
@@ -149,19 +150,17 @@ if (!$Sneaky
<input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
<table cellpadding="6" cellspacing="1" border="0" class="layout border" width="100%">
<tr>
- <td class="label">Email:</td>
+ <td class="label">Email address:</td>
<td>
<input type="text" name="email" size="60" />
<input type="submit" value="Invite" />
</td>
</tr>
- </form>
</table>
+ </form>
</div>
-
-
<?
} elseif (!empty($LoggedUser['DisableInvites'])) { ?>
<div class="box pad" style="text-align: center;">