1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Signup link - message in email that it might wrap

This commit is contained in:
e107steved
2007-11-11 21:52:49 +00:00
parent 9afd344cd4
commit 73c4c5e7d5
2 changed files with 8 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File. | e107 website system - Language File.
| |
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_signup.php,v $ | $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_signup.php,v $
| $Revision: 1.8 $ | $Revision: 1.9 $
| $Date: 2007-06-28 19:38:03 $ | $Date: 2007-11-11 21:52:37 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -119,6 +119,7 @@ define("LAN_SIGNUP_55", "That display name is too long. Please choose another");
define("LAN_SIGNUP_56", "That display name is too short. Please choose another"); define("LAN_SIGNUP_56", "That display name is too short. Please choose another");
define("LAN_SIGNUP_57", "That login name is too long. Please choose another"); define("LAN_SIGNUP_57", "That login name is too long. Please choose another");
define("LAN_SIGNUP_58", "Signup Preview"); define("LAN_SIGNUP_58", "Signup Preview");
define("LAN_SIGNUP_59","**** If the link doesn't work, please check that part of it has not overflowed onto the next line. ****");
?> ?>

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/email_template.php,v $ | $Source: /cvs_backup/e107_0.8/e107_themes/templates/email_template.php,v $
| $Revision: 1.2 $ | $Revision: 1.3 $
| $Date: 2007-04-14 19:38:10 $ | $Date: 2007-11-11 21:52:42 $
| $Author: e107coders $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
@@ -69,6 +69,8 @@ LAN_403." {SITENAME}<br />
<br /> <br />
{ACTIVATION_LINK}<br /> {ACTIVATION_LINK}<br />
<br /> <br />
".LAN_SIGNUP_59."<br />
<br />
".LAN_SIGNUP_18."...<br /> ".LAN_SIGNUP_18."...<br />
<br /> <br />
".LAN_LOGINNAME.": <b> {LOGINNAME} </b><br /> ".LAN_LOGINNAME.": <b> {LOGINNAME} </b><br />