Nom de bouton

This commit is contained in:
Fred Tempez 2024-12-20 17:28:32 +01:00
parent f0951d4a60
commit 3895f8357e
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -9,4 +9,5 @@ core/vendor/tinymce/link_list.json
robots.txt robots.txt
sitemap.xml sitemap.xml
.gitignore .gitignore
core/module/config/tool/data.key core/module/config/tool/data.key
site/i18n/*.json

View File

@ -138,7 +138,7 @@
]); ?> ]); ?>
</div> </div>
<div class="col6 verticalAlignBottom"> <div class="col6 verticalAlignBottom">
<?php echo template::button('CnnectBlackListReset', [ <?php echo template::button('ConnectBlackListReset', [
'class' => 'buttonRed', 'class' => 'buttonRed',
'href' => helper::baseUrl() . 'config/blacklistReset', 'href' => helper::baseUrl() . 'config/blacklistReset',
'value' => 'Réinitialiser la liste', 'value' => 'Réinitialiser la liste',