mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-12 07:44:29 +02:00
Merge branch 'develop' into feature/migrations-up-down
This commit is contained in:
commit
627fa97087
@ -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