mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Update form.html.twig
This commit is contained in:
@@ -2,15 +2,19 @@ The Lost Account Interface can help you to get back your account name and passwo
|
|||||||
<form action="{{ getLink('account/lost/step-1') }}" method="post">
|
<form action="{{ getLink('account/lost/step-1') }}" method="post">
|
||||||
{{ csrf() }}
|
{{ csrf() }}
|
||||||
<input type="hidden" name="character" value="">
|
<input type="hidden" name="character" value="">
|
||||||
<table style="width: 100%; border-spacing: 1px">
|
<table class="myaac-table" style="width: 100%">
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('vdarkborder') }}" class="white"><b>Please enter your character name</b></td>
|
<th class="white"><b>Please enter your character name</b></th>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
|
||||||
<input type="text" name="nick" size="40" autofocus/><br>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="nick" size="40" autofocus/><br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<table style="width: 100%; border-spacing: 1px">
|
<table style="width: 100%; border-spacing: 1px">
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user