mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Quotes fix.
This commit is contained in:
parent
2e4c85a062
commit
fdfdbe44f4
@ -558,9 +558,8 @@ class signup_shortcodes extends e_shortcode
|
||||
function sc_signup_adminoptions()
|
||||
{
|
||||
|
||||
$tp = e107::getParser();
|
||||
|
||||
if(getperms('0'))
|
||||
|
||||
if(getperms('0'))
|
||||
{
|
||||
$pref = e107::getPref();
|
||||
$frm = e107::getForm();
|
||||
@ -574,7 +573,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=\"".e107::getParser()->lanVars(LAN_SIGNUP_118,USEREMAIL)."\">".LAN_SIGNUP_117."</a>
|
||||
</div>
|
||||
";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user