|
|
@@ -371,16 +371,9 @@
|
|
|
<p class="desc">Hier können Sie Ihr Passwort für {$mailaddress} ändern</p>
|
|
|
</div>
|
|
|
<div class="section-body">
|
|
|
- {if $modulechangepwresult}
|
|
|
- {if $modulechangepwresult == "success"}
|
|
|
- Password wurde geändert
|
|
|
- {elseif $modulechangepwresult == "error"}
|
|
|
- Fehler
|
|
|
- {/if}
|
|
|
- {/if}
|
|
|
<div class="row">
|
|
|
<div class="col-sm-7">
|
|
|
- <form class=" using-password-strength" method="post" action="{$smarty.server.PHP_SELF}?action=productdetails#tabChangepw" role="form">
|
|
|
+ <form class=" using-password-strength" method="post" action="{$smarty.server.PHP_SELF}?action=productdetails" role="form">
|
|
|
<input type="hidden" name="id" value="{$id}" />
|
|
|
<input type="hidden" name="modulechangepassword" value="true" />
|
|
|
<div class="TM-card">
|