1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

#4055 signup template correct implementation of GDPR shortcode

otherwise, there is the visible border with empty field
This commit is contained in:
Jimako 2020-05-02 18:52:17 +02:00 committed by GitHub
parent a014079fd8
commit b0be115069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,9 @@ $sc_style['SIGNUP_REALNAME']['pre'] = "
$sc_style['SIGNUP_REALNAME']['post'] = "
</td>
</tr>";
$sc_style['SIGNUP_GDPR_INFO']['pre'] = "<tr style='vertical-align:top'><td class='forumheader' colspan='2' style='text-align:center'>";
$sc_style['SIGNUP_GDPR_INFO']['post'] = "</td>
</tr>";
@ -189,13 +191,7 @@ if(!isset($SIGNUP_BODY))
{SIGNUP_SIGNATURE}
{SIGNUP_IMAGES}
{SIGNUP_IMAGECODE}
<tr style='vertical-align:top'>
<td class='forumheader' colspan='2' style='text-align:center'>
{SIGNUP_GDPR_INFO}
</td>
</tr>
{SIGNUP_GDPR_INFO}
<tr style='vertical-align:top'>
<td class='forumheader' colspan='2' style='text-align:center'>
<input class='button btn btn-success' type='submit' name='register' value=\"".LAN_SIGNUP_79."\" />