1
0
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:
Cameron
2016-06-05 13:33:18 -07:00
parent a7e832f6e8
commit 8682707cf1
4 changed files with 48 additions and 32 deletions

View File

@@ -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))
{