mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-30 03:09:22 +02:00
Move current password input to the top, makes more sense
This commit is contained in:
parent
38e699ba4b
commit
79636280a7
@ -4,6 +4,14 @@ Please enter your current password and a new password. For your security, please
|
|||||||
{% set background = config('darkborder') %}
|
{% set background = config('darkborder') %}
|
||||||
{% set content %}
|
{% set content %}
|
||||||
<table style="width:100%;">
|
<table style="width:100%;">
|
||||||
|
<tr>
|
||||||
|
<td class="LabelV">
|
||||||
|
<span>Current Password:</span>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<input form="form" type="password" name="oldpassword" size="30" maxlength="29">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="LabelV">
|
<td class="LabelV">
|
||||||
<span>New Password:</span>
|
<span>New Password:</span>
|
||||||
@ -20,14 +28,6 @@ Please enter your current password and a new password. For your security, please
|
|||||||
<input form="form" type="password" name="newpassword_confirm" size="30" maxlength="29">
|
<input form="form" type="password" name="newpassword_confirm" size="30" maxlength="29">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td class="LabelV">
|
|
||||||
<span>Current Password:</span>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<input form="form" type="password" name="oldpassword" size="30" maxlength="29">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
{% endset %}
|
{% endset %}
|
||||||
{% include 'tables.headline.html.twig' %}
|
{% include 'tables.headline.html.twig' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user