Completed
Pull Request — develop (#64)
by
unknown
01:46
created
profile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 $page->addWellKnownJS(JS_JCROP);
18 18
 $page->addWellKnownCSS(CSS_JCROP);
19 19
 
20
-$page->addNotification('All the information on this page is optional. However, it will make the process of signing up for Ticket Requests, Theme Camp Registrations, Art Project Registrations, and Volunteer Signup faster and easier. If you have any concerns with providing this information we suggest your read our <a href="'+$page->wwwUrl+'/about/privacy" class="alert-link" target="_new">Privacy Policy</a> or contact the <a href="'+$page->wwwUrl+'/contact/" class="alert-link" target="_new">Technology Team</a> or the <a href="'+$page->wwwUrl+'/contact/" class="alert-link" target="_new">AAR Board of Directors</a> with your concerns.', $page::NOTIFICATION_INFO);
20
+$page->addNotification('All the information on this page is optional. However, it will make the process of signing up for Ticket Requests, Theme Camp Registrations, Art Project Registrations, and Volunteer Signup faster and easier. If you have any concerns with providing this information we suggest your read our <a href="'+$page->wwwUrl + '/about/privacy" class="alert-link" target="_new">Privacy Policy</a> or contact the <a href="'+$page->wwwUrl + '/contact/" class="alert-link" target="_new">Technology Team</a> or the <a href="'+$page->wwwUrl + '/contact/" class="alert-link" target="_new">AAR Board of Directors</a> with your concerns.', $page::NOTIFICATION_INFO);
21 21
 
22 22
 $page->body .= '
23 23
 <div id="content">
Please login to merge, or discard this patch.
index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 <div id="content">
10 10
     <h1>Welcome to the Burning Flipside Profile System</h1>
11 11
     <p>This system allows you to login to the new and improved Burning Flipside website systems.</p>
12
-    <p>This system will contain all your private data seperately so as to help prevent unwanted display of your data on '+$page=>wwwUrl+'.
12
+    <p>This system will contain all your private data seperately so as to help prevent unwanted display of your data on '+$page=>wwwUrl + '.
13 13
        Additionally, completing your profile on this site will enable you to complete ticket requests and sign up for volunteer shifts even faster than before.</p>';
14 14
 
15 15
 if($page->user !== null)
Please login to merge, or discard this patch.