Module search modification du placeholder

This commit is contained in:
SylvainLelievre 2021-03-30 10:02:09 +02:00
parent 9864d8120c
commit bbab45758f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="row">
<div class="col9 verticalAlignMiddle">
<?php echo template::text('searchMotphraseclef', [
'placeholder' => $this->getData(['module', $this->getUrl(0), 'placeHolder']),
'placeholder' => isset($_COOKIE['ZWII_I18N_SITE'] ) ? $this->getData(['module', $this->getUrl(0), 'placeHolder']):'Un ou plusieurs mots clef séparés par un espace',
'value' => $module::$motclef
]); ?>
</div>