1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Bugtracker #4124 - can signup without email address if option set. Plus port some of the fixes from 0.7 signup.php

This commit is contained in:
e107steved
2007-10-11 19:46:36 +00:00
parent e6a6cf3e48
commit df91b73680
3 changed files with 124 additions and 82 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/signup_template.php,v $
| $Revision: 1.4 $
| $Date: 2007-07-30 20:25:36 $
| $Revision: 1.5 $
| $Date: 2007-10-11 19:46:36 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -43,6 +43,9 @@ $sc_style['SIGNUP_REALNAME']['post'] = "
</tr>
";
$sc_style['SIGNUP_IS_MANDATORY']['pre'] = "<span style='font-size:15px; color:red'>";
$sc_style['SIGNUP_IS_MANDATORY']['post'] = "</span>";
if(!defined($USERCLASS_SUBSCRIBE_START))
{
@@ -279,14 +282,14 @@ $SIGNUP_BODY = "
</tr>
<tr>
<td class='forumheader3' style='width:30%;white-space:nowrap'>".LAN_112."<span style='font-size:15px; color:red'> *</span></td>
<td class='forumheader3' style='width:30%;white-space:nowrap'>".LAN_112."{SIGNUP_IS_MANDATORY=email}</td>
<td class='forumheader3' style='width:70%'>
{SIGNUP_EMAIL}
</td>
</tr>
<tr>
<td class='forumheader3' style='width:30%;white-space:nowrap'>".LAN_SIGNUP_39."<span style='font-size:15px; color:red'> *</span></td>
<td class='forumheader3' style='width:30%;white-space:nowrap'>".LAN_SIGNUP_39."{SIGNUP_IS_MANDATORY=email}</td>
<td class='forumheader3' style='width:70%'>
{SIGNUP_EMAIL_CONFIRM}
</td>