1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Correction needed for #2169

Correction needed for #2169
This commit is contained in:
MikeyGMT
2016-12-18 22:47:50 +00:00
parent 3006c42404
commit c648001579

View File

@@ -574,7 +574,7 @@ class signup_shortcodes extends e_shortcode
$adminMsg .= "<div class='form-group form-inline'>
<a class='btn btn-warning btn-danger btn-sm' href='".e_SELF."?preview'>".LAN_SIGNUP_115."</a>
<a class='btn btn-error btn-danger btn-sm' href='".e_SELF."?preview.aftersignup'>".LAN_SIGNUP_116."</a>
<a class='btn btn-error btn-danger btn-sm e-tip' href='".e_SELF."?test' title='".$tp->lanVars(LAN_SIGNUP_118, $userEmail )."'>".LAN_SIGNUP_117."</a>
<a class='btn btn-error btn-danger btn-sm e-tip' href='".e_SELF."?test' title='".$tp->lanVars(LAN_SIGNUP_118,USEREMAIL)."'>".LAN_SIGNUP_117."</a>
</div>
";