login buttons
This commit is contained in:
parent
fdae48ba2c
commit
283b98c6e7
@ -39,17 +39,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col3 offset6">
|
<div class="col2">
|
||||||
<?php echo template::button('userLoginBack', [
|
<?php echo template::button('userLoginBack', [
|
||||||
'href' => helper::baseUrl() . str_replace('_', '/', str_replace('__', '#', $this->getUrl(2))),
|
'href' => helper::baseUrl() . str_replace('_', '/', str_replace('__', '#', $this->getUrl(2))),
|
||||||
'ico' => 'left',
|
'value' => template::ico('left')
|
||||||
'value' => 'Annuler'
|
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col3">
|
<div class="col3 offset7">
|
||||||
<?php echo template::submit('userLoginSubmit', [
|
<?php echo template::submit('userLoginSubmit', [
|
||||||
'value' => 'Connexion',
|
'value' => 'Connexion'
|
||||||
'ico' => 'lock'
|
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user