user help button
This commit is contained in:
parent
1ed203925d
commit
c9be9bd24c
@ -7,7 +7,16 @@
|
|||||||
'value' => 'Accueil'
|
'value' => 'Accueil'
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col2 offset6">
|
<div class="col2">
|
||||||
|
<?php echo template::button('translateAdvancedHelp', [
|
||||||
|
'href' => 'https://doc.zwiicms.fr/gestion-des-utilisateurs',
|
||||||
|
'target' => '_blank',
|
||||||
|
'ico' => 'help',
|
||||||
|
'value' => 'Aide',
|
||||||
|
'class' => 'buttonHelp'
|
||||||
|
]); ?>
|
||||||
|
</div>
|
||||||
|
<div class="col2 offset4">
|
||||||
<?php echo template::button('userImport', [
|
<?php echo template::button('userImport', [
|
||||||
'href' => helper::baseUrl() . 'user/import',
|
'href' => helper::baseUrl() . 'user/import',
|
||||||
'ico' => 'plus',
|
'ico' => 'plus',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user