Change password link to button

This commit is contained in:
Paweł Klockiewicz
2018-05-27 17:30:59 +02:00
parent ccdaeb5125
commit 1f52cbea55

View File

@@ -31,7 +31,7 @@
<input type="email" name="email" class="form-control" required value="{$users.form.email}" />
</div>
<div class="form-group">
<label>{$lang.general.password} {if: isset($users.form.id)}<a href="#" id="passwordChange">({$lang.general.change})</a>{/if}</label>
<label>{$lang.general.password} {if: isset($users.form.id)}<a href="#" id="passwordChange" class="btn btn-default btn-xs">{$lang.general.change}</a>{/if}</label>
<input type="password" name="password" class="form-control" pattern=".{5,}" title="{$lang.users.too_short_pswd}" {if: isset($users.form.id)}value="********" placeholder="{$lang.users.new_password}" disabled {else}required{/if}/>
</div>
<div class="form-group">