mots clés apporchants par défaut

This commit is contained in:
fredtempez 2020-08-25 21:01:10 +02:00
parent 66ef114f56
commit 77df0f9de8
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class search extends common {
// Variables pour le dialogue avec le formulaire
public static $motclef = '';
public static $motentier = '';
public static $motentier = true;
public static $previewLength = [
100 => '100 caractères',
200 => '200 caractères',

View File

@ -17,7 +17,7 @@
<div class="row">
<div class="col12">
<?php echo template::checkbox('searchMotentier', true, 'Mots clés approchants', [
'checked' => $module::$motentier
'checked' => $module::$motentier,
]); ?>
</div>
</div>