Buttons names

This commit is contained in:
Fred Tempez 2021-11-04 19:12:27 +01:00
parent c9be9bd24c
commit b9ec4399f7
4 changed files with 8 additions and 6 deletions

View File

@ -8,10 +8,12 @@
]); ?>
</div>
<div class="col2">
<?php echo template::button('addonIndexHelp', [
'class' => 'buttonHelp',
<?php echo template::button('configModulesHelp', [
'href' => 'https://doc.zwiicms.fr/les-modules',
'target' => '_blank',
'ico' => 'help',
'value' => 'Aide'
'value' => 'Aide',
'class' => 'buttonHelp'
]); ?>
</div>
<div class="col2 offset6">

View File

@ -9,7 +9,7 @@
]); ?>
</div>
<div class="col2 ">
<?php echo template::button('translateAdvancedHelp', [
<?php echo template::button('configHelp', [
'class' => 'buttonHelp',
'href' => 'https://doc.zwiicms.fr/configuration-du-site',
'target' => '_blank',

View File

@ -9,7 +9,7 @@
]); ?>
</div>
<div class="col2">
<?php echo template::button('translateAdvancedHelp', [
<?php echo template::button('translateHelp', [
'href' => 'https://doc.zwiicms.fr/prise-en-charge-des-langues-etrangeres',
'target' => '_blank',
'ico' => 'help',

View File

@ -8,7 +8,7 @@
]); ?>
</div>
<div class="col2">
<?php echo template::button('translateAdvancedHelp', [
<?php echo template::button('userHelp', [
'href' => 'https://doc.zwiicms.fr/gestion-des-utilisateurs',
'target' => '_blank',
'ico' => 'help',