merge stable
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
{elseif $emailErrorInvalid==true}
|
||||
<tr><td> </td><td class="errormsg">{t}The E-Mail is not valid.{/t}</td></tr>
|
||||
{elseif $emailRequested==true}
|
||||
<tr><td> </td><td class="successmsg">{t}An E-Mail was sent to you with the security code.{/t}</td></tr>
|
||||
<tr><td> </td><td class="successmsg">{t}An E-Mail was sent to you with the security code.{/t}<br />
|
||||
{t}If you do not see any E-Mail, please check the spam folder of your mailbox.{/t}</td></tr>
|
||||
{elseif $emailErrorUnkown==true}
|
||||
<tr><td> </td><td class="errormsg">{t}An unknown error occured.{/t}</td></tr>
|
||||
{elseif $emailErrorExists==true}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
{if $emailErrorNotFound==true}
|
||||
<tr><td width="150px"> </td><td><span class="errormsg">{t}This E-Mail-Address is not registered with a valid username.{/t}</span></td></tr>
|
||||
{elseif $emailRequested==true}
|
||||
<tr><td width="150px"> </td><td><span class="successmsg">{t}An E-Mail was sent to you with the security code.{/t}</span></td></tr>
|
||||
<tr><td width="150px"> </td><td><span class="successmsg">{t}An E-Mail was sent to you with the security code.{/t}<br />{t}If you do not see any E-Mail, please check the spam folder of your mailbox.{/t}</span></td></tr>
|
||||
{elseif $emailErrorUnknown==true}
|
||||
<tr><td width="150px"> </td><td><span class="errormsg">{t}An unknown error occured. The security code could not be sent to you.{/t}</span></td></tr>
|
||||
{/if}
|
||||
|
||||
@@ -14,8 +14,9 @@
|
||||
<tr>
|
||||
<td colspan="2" class="help">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}" align="middle">
|
||||
{t}The activation code was sent with an E-Mail to you.<br>
|
||||
Please follow the instructions in the E-Mail.{/t}
|
||||
{t}The activation code was sent with an E-Mail to you.<br />
|
||||
Please follow the instructions in the E-Mail.{/t}<br />
|
||||
{t}If you do not see any E-Mail, please check the spam folder of your mailbox.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
{elseif $errorUnkown==true}
|
||||
<tr><td colspan="2" class="errormsg">{t}An unkown error occured.{/t}</td></tr>
|
||||
{elseif $remindMailSent==true}
|
||||
<tr><td colspan="2" class="successmsg">{t}The remind E-Mail was sent.{/t}</td></tr>
|
||||
<tr><td colspan="2" class="successmsg">{t}The remind E-Mail was sent.{/t}<br />
|
||||
{t}If you do not see any E-Mail, please check the spam folder of your mailbox.{/t}</td></tr>
|
||||
{/if}
|
||||
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user