1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 12:11:55 +02:00

Merge pull request #2628 from yesszus/patch-2

Update lan_signup.php
This commit is contained in:
Cameron 2017-05-11 12:51:05 -07:00 committed by GitHub
commit 37fb8f95d0
2 changed files with 2 additions and 1 deletions

View File

@ -160,3 +160,4 @@ define("LAN_SIGNUP_117", "Send a Test Activation");
define("LAN_SIGNUP_118", "To [x]");
define("LAN_SIGNUP_119", "Don't send email");
define("LAN_SIGNUP_120", "OR");
define("LAN_SIGNUP_121", "Use a different email address");

View File

@ -308,7 +308,7 @@ class signup
<tr>
<td class='forumheader3' style='width:30%'>".LAN_SIGNUP_48."</td>
<td class='forumheader3'>".$frm->text('resend_email','',80)."
<a class='e-expandit' href='#different'>Use a different email address</a></td>
<a class='e-expandit' href='#different'>".LAN_SIGNUP_121."</a></td>
</tr>
</table>