|
@@ 514-519 (lines=6) @@
|
| 511 |
|
|
| 512 |
|
<table id="mapping-options" style="padding-top: 12px;" border="0"> |
| 513 |
|
<tr> |
| 514 |
|
<?php if( $linking_enabled == 1 ): ?> |
| 515 |
|
<td valign="top" width="50%" style="text-align:center;"> |
| 516 |
|
<h4><?php _wsl_e( "Already have an account", 'wordpress-social-login' ); ?>?</h4> |
| 517 |
|
<p style="font-size: 12px;"><?php printf( _wsl__( "Link your existing account on our website to your %s ID.", 'wordpress-social-login' ), $provider_name ); ?></p> |
| 518 |
|
</td> |
| 519 |
|
<?php endif; ?> |
| 520 |
|
|
| 521 |
|
<?php if( $registration_enabled == 1 ): ?> |
| 522 |
|
<td valign="top" width="50%" style="text-align:center;"> |
|
@@ 521-526 (lines=6) @@
|
| 518 |
|
</td> |
| 519 |
|
<?php endif; ?> |
| 520 |
|
|
| 521 |
|
<?php if( $registration_enabled == 1 ): ?> |
| 522 |
|
<td valign="top" width="50%" style="text-align:center;"> |
| 523 |
|
<h4><?php _wsl_e( "New to our website", 'wordpress-social-login' ); ?>?</h4> |
| 524 |
|
<p style="font-size: 12px;"><?php printf( _wsl__( "Create a new account and it will be associated with your %s ID.", 'wordpress-social-login' ), $provider_name ); ?></p> |
| 525 |
|
</td> |
| 526 |
|
<?php endif; ?> |
| 527 |
|
</tr> |
| 528 |
|
|
| 529 |
|
<tr> |