forgot password

This commit is contained in:
Fred Tempez 2022-11-15 08:13:57 +01:00
parent bda043ebda
commit 1de6177929
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
'label' => 'Identifiant' 'label' => 'Identifiant'
]); ?> ]); ?>
<div class="row"> <div class="row">
<div class="col1 offset9"> <div class="col2">
<?php echo template::button('userForgotBack', [ <?php echo template::button('userForgotBack', [
'href' => helper::baseUrl() . 'user/login/' . $this->getUrl(2), 'href' => helper::baseUrl() . 'user/login/' . $this->getUrl(2),
'value' => template::ico('left') 'value' => template::ico('left')
]); ?> ]); ?>
</div> </div>
<div class="col3"> <div class="col3 offset7">
<?php echo template::submit('userForgotSubmit', [ <?php echo template::submit('userForgotSubmit', [
'value' => 'Valider' 'value' => 'Valider'
]); ?> ]); ?>