module rechercher présentation
This commit is contained in:
parent
e8ad6f019d
commit
463f6b0180
@ -2,7 +2,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col12">
|
<div class="col12">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h4>Recherche</h4>
|
<h3>Rechercher</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col10 verticalAlignBottom">
|
<div class="col10 verticalAlignBottom">
|
||||||
<?php echo template::text('searchMotphraseclef', [
|
<?php echo template::text('searchMotphraseclef', [
|
||||||
@ -17,6 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
<div class="col12">
|
||||||
<?php echo template::checkbox('searchMotentier', true, 'Mot entier uniquement', [
|
<?php echo template::checkbox('searchMotentier', true, 'Mot entier uniquement', [
|
||||||
'checked' => false
|
'checked' => false
|
||||||
]); ?>
|
]); ?>
|
||||||
@ -24,4 +25,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<?php echo template::formClose(); ?>
|
<?php echo template::formClose(); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user