12204 Norme interface graphique (bouton retour)
This commit is contained in:
parent
1661fae398
commit
65f5dd7c60
@ -1,11 +1,10 @@
|
|||||||
<?php echo template::formOpen('configRestoreForm'); ?>
|
<?php echo template::formOpen('configRestoreForm'); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col2">
|
<div class="col1">
|
||||||
<?php echo template::button('configRestoreBack', [
|
<?php echo template::button('configRestoreBack', [
|
||||||
'class' => 'buttonGrey',
|
'class' => 'buttonGrey',
|
||||||
'href' => helper::baseUrl() . 'config',
|
'href' => helper::baseUrl() . 'config',
|
||||||
'ico' => 'left',
|
'value' => template::ico('left')
|
||||||
'value' => 'Retour'
|
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col2 offset8">
|
<div class="col2 offset8">
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
<?php echo template::formOpen('configScript'); ?>
|
<?php echo template::formOpen('configScript'); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col2">
|
<div class="col1">
|
||||||
<?php echo template::button('configManageBack', [
|
<?php echo template::button('configManageBack', [
|
||||||
'class' => 'buttonGrey',
|
'class' => 'buttonGrey',
|
||||||
'href' => helper::baseUrl() . 'config',
|
'href' => helper::baseUrl() . 'config',
|
||||||
'ico' => 'left',
|
'value' => template::ico('left')
|
||||||
'value' => 'Retour'
|
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col2 offset8">
|
<div class="col2 offset8">
|
||||||
|
Loading…
Reference in New Issue
Block a user