[Commits] [svn:einsteintoolkit] www/about/members/ (Rev. 84)

cjordan at cct.lsu.edu cjordan at cct.lsu.edu
Wed Mar 17 13:02:37 CDT 2010


User: cjordan
Date: 2010/03/17 01:02 PM

Modified:
 /about/members/
  send-registration.php

Log:
 missed a link, slight tweaking

File Changes:

Directory: /about/members/
==========================

File [modified]: send-registration.php
Delta lines: +3 -3
===================================================================
--- about/members/send-registration.php	2010-03-17 17:44:14 UTC (rev 83)
+++ about/members/send-registration.php	2010-03-17 18:02:37 UTC (rev 84)
@@ -1,7 +1,7 @@
 <?php $title='Sending registration...';
 include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php'); ?>
 
-<br /><br />
+<br />
 
 <?php
 /* All form fields are automatically passed to the PHP script through the array $HTTP_POST_VARS. */
@@ -30,8 +30,8 @@
 
 /* Sends the mail and outputs the "Thank you" string if the mail is successfully sent, or the error string otherwise. */
 elseif (mail('maintainers at einsteintoolkit.org','New Einstein Toolkit registration received',$message,'From: RegistrationBot at einsteintoolkit.org')) {
-  echo '<h4>Registration successfully sent. Thank you for registering!</h4>';
-  echo '<a href="/">Go back to try again?</a>';
+  echo '<h4>Your registration has been successfully submitted. Thank you for registering!</h4>';
+  echo '<br /><a href="/">Home</a>';
 } else {
   echo '<h4>Unfortunately, there was a problem registering.</h4>';
   echo '<a href="javascript:history.back(1);">Go back to try again?</a>';



More information about the Commits mailing list