1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

cleaned up some lan

This commit is contained in:
marj
2009-07-06 07:50:44 +00:00
parent ec1ba85d90
commit 7d3cfef795
3 changed files with 17 additions and 17 deletions

View File

@@ -9,9 +9,9 @@
* Administration Area - Users
*
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
* $Revision: 1.35 $
* $Date: 2009-06-24 20:10:32 $
* $Author: e107coders $
* $Revision: 1.36 $
* $Date: 2009-07-06 07:50:44 $
* $Author: marj_nl_fr $
*
*/
require_once('../class2.php');
@@ -1227,7 +1227,7 @@ class users
$return_address = (substr(SITEURL, -1) == "/") ? SITEURL."signup.php?activate.".$id.".".$key : SITEURL."/signup.php?activate.".$id.".".$key;
$message = LAN_EMAIL_01." ".$name."\n\n".LAN_SIGNUP_24." ".SITENAME.".\n".LAN_SIGNUP_21."...\n\n";
$message = LAN_EMAIL_01." ".$name."\n\n".LAN_SIGNUP_24." ".SITENAME.".\n".LAN_SIGNUP_21."\n\n";
$message .= $return_address . "\n\n".SITENAME."\n".SITEURL;
$mailheader_e107id = $id;

View File

@@ -9,9 +9,9 @@
* Language file - User signup
*
* $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_signup.php,v $
* $Revision: 1.18 $
* $Date: 2009-06-12 20:41:34 $
* $Author: e107steved $
* $Revision: 1.19 $
* $Date: 2009-07-06 07:50:44 $
* $Author: marj_nl_fr $
*
*/
define("PAGE_NAME", "Register");
@@ -56,10 +56,10 @@ define("LAN_SIGNUP_14", "here");
define("LAN_SIGNUP_15", "Please contact the main site admin");
define("LAN_SIGNUP_16", "if you require assistance.");
define("LAN_SIGNUP_17", "Please certify you are 13 or over the age of 13.");
define("LAN_SIGNUP_18", "Your registration has been received and created with the following login information ...");
define("LAN_SIGNUP_19", "Username:");
define("LAN_SIGNUP_20", "Password:");
define("LAN_SIGNUP_21", "Your account is currently marked as being inactive, to activate your account please go to the following link ...");
define("LAN_SIGNUP_18", "Your registration has been received and created with the following login information:");
//define("LAN_SIGNUP_19", "Username:"); // now LAN_LOGINNAME
//define("LAN_SIGNUP_20", "Password:"); // now LAN_PASSWORD
define("LAN_SIGNUP_21", "Your account is currently marked as being inactive. To activate your account please go to the following link:");
define("LAN_SIGNUP_22", "click here");
define("LAN_SIGNUP_23", "to login.");
define("LAN_SIGNUP_24", "Thank you for registering at");

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/email_template.php,v $
| $Revision: 1.5 $
| $Date: 2008-12-21 22:17:05 $
| $Author: e107steved $
| $Revision: 1.6 $
| $Date: 2009-07-06 07:50:44 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
@@ -65,13 +65,13 @@ $SIGNUPEMAIL_TEMPLATE = "
".LAN_EMAIL_01." {USERNAME},<br />
<br />".
LAN_SIGNUP_97." {SITENAME}<br />
".LAN_SIGNUP_21.":<br />
".LAN_SIGNUP_21."<br />
<br />
{ACTIVATION_LINK}<br />
<br />
".LAN_SIGNUP_59."<br />
<br />
".LAN_SIGNUP_18.":<br />
".LAN_SIGNUP_18."<br />
<br />
".LAN_LOGINNAME.": <b> {LOGINNAME} </b><br />
".LAN_PASSWORD.": <b> {PASSWORD} </b><br />
@@ -93,4 +93,4 @@ LAN_SIGNUP_97." {SITENAME}<br />
?>
?>