mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Use myaac-table class for tables
This commit is contained in:
@@ -2,15 +2,22 @@ Please enter new password to your account and repeat to make sure you remember p
|
||||
<form action="{{ getLink('account/lost/email/set-new-password') }}" method="post">
|
||||
<input type="hidden" name="character" value="{{ character }}">
|
||||
<input type="hidden" name="code" value="{{ code }}">
|
||||
<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>Passwords</B></td></tr>
|
||||
<TR>
|
||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
||||
<th class="white"><B>Passwords</B></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
New password: <input type="password" ID="passor" name="passor" value="" size="40"><br/>
|
||||
Repeat new password: <input TYPE="password" ID="passor2" name="passor2" value="" size="40"><br/>
|
||||
</td>
|
||||
</TR>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br/>
|
||||
<table style="width: 100%">
|
||||
|
Reference in New Issue
Block a user