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