This commit is contained in:
Prof Langues 2020-10-06 15:55:17 +02:00
parent 29a41a8d99
commit 61fb84d594
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
<div class="col2 offset6"> <div class="col2 offset6">
<?php echo template::button('userImport', [ <?php echo template::button('userImport', [
'href' => helper::baseUrl() . 'user/import', 'href' => helper::baseUrl() . 'user/import',
'value' => 'Importation CSV' 'ico' => 'plus',
'value' => 'Importation'
]); ?> ]); ?>
</div> </div>
<div class="col2"> <div class="col2">