Update form.html.twig

This commit is contained in:
slawkens
2025-09-14 19:34:52 +02:00
parent 25695a039d
commit b1b536ce68

View File

@@ -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">
{{ csrf() }}
<input type="hidden" name="character" value="">
<table style="width: 100%; border-spacing: 1px">
<table class="myaac-table" style="width: 100%">
<thead>
<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>
</thead>
<tbody>
<tr>
<td style="padding: 4px; background: {{ config('darkborder') }}">
<td>
<input type="text" name="nick" size="40" autofocus/><br>
</td>
</tr>
</tbody>
</table>
<table style="width: 100%; border-spacing: 1px">
<tr>