Skip to content

Commit

Permalink
Merge pull request #4149 from Jimmi08/patch-3
Browse files Browse the repository at this point in the history
#4055 signup template correct implementation of GDPR shortcode
  • Loading branch information
CaMer0n authored May 2, 2020
2 parents ba36dd2 + b0be115 commit 10d2fe5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions e107_core/templates/signup_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
$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>";



Expand Down Expand Up @@ -189,13 +191,7 @@
{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-primary' type='submit' name='register' value=\"".LAN_SIGNUP_79."\" />
Expand Down

0 comments on commit 10d2fe5

Please sign in to comment.