mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 04:23:26 +02:00
* moved some guild pages and account to twig
* fixed account create javascript warnings when fields are empty
This commit is contained in:
25
system/templates/account.created.html.twig
Normal file
25
system/templates/account.created.html.twig
Normal file
@@ -0,0 +1,25 @@
|
||||
Your account has been created. Now you can login and create your first character. See you in Tibia!<br/><br/>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="4">
|
||||
<tr>
|
||||
<td bgcolor="{{ config.vdarkborder }}" class="white"><b>Account Created</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="{{ config.darkborder }}">
|
||||
<table border="0" cellpadding="1">
|
||||
<tr>
|
||||
<td>
|
||||
{% if constant('USE_ACCOUNT_NAME') %}
|
||||
{% set account_type = 'name' %}
|
||||
{% else %}
|
||||
{% set account_type = 'number' %}
|
||||
{% endif %}
|
||||
<br/>Your account {{ account_type }} is <b>{{ account }}</b><br/>You will need the account {{ account_type }} and your password to play on {{ config.lua.serverName }}.
|
||||
Please keep your account {{ account_type }} and password in a safe place and
|
||||
never give your account {{ account_type }} or password to anybody.<br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br/><br/>
|
Reference in New Issue
Block a user