mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 23:16:28 +02:00
Fixed bootstrap layout for subscription/mailing list options on signup page and added additional validation checks.
This commit is contained in:
@@ -181,6 +181,12 @@ $sc_style['SIGNUP_PASSWORD2']['pre'] = "<tr>
|
||||
$sc_style['SIGNUP_PASSWORD2']['post'] = "</td>
|
||||
</tr>";
|
||||
|
||||
$sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['pre'] = "<tr>
|
||||
<td class='forumheader3' style='width:30%;white-space:nowrap'>".LAN_SIGNUP_113."</td>
|
||||
<td class='forumheader3' style='width:70%'>";
|
||||
$sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['post'] = "</td>
|
||||
</tr>";
|
||||
|
||||
|
||||
if(!defined($COPPA_TEMPLATE))
|
||||
{
|
||||
|
Reference in New Issue
Block a user