rechercher dans les transcriptions = lang

This commit is contained in:
chankalan 2020-12-08 22:38:08 +01:00
parent a609e09ec8
commit 4625abbb2c
3 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
[(#ENV{action}|form_hidden)]
[<input type="hidden" name="lang" value="(#ENV{lang})" />]
<label for="#ENV{_id_champ}"><:info_rechercher_02:/></label>
<input type="[(#HTML5|?{search,text})]" class="search text" size="10" name="recherche" placeholder="<:info_rechercher:/>"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" autocorrect="off"/>
<input type="[(#HTML5|?{search,text})]" class="search text" size="10" name="recherche" placeholder="<:baz_april:rechercher_transcriptions:/>"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" autocorrect="off"/>
<button type="submit" class="submit"><:info_rechercher:/></button>
</form>
</div>

View File

@ -39,4 +39,6 @@ $GLOBALS[ $GLOBALS['idx_lang'] ] = array(
'memes_themes' => 'Transcriptions sur les mêmes thèmes :',
'memes_personnes' => 'Transcriptions avec les mêmes personnes :',
'rechercher_transcriptions' => 'Rechercher dans les transcriptions',
);

View File

@ -8,6 +8,6 @@ if (!defined('_ECRIRE_INC_VERSION')) {
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
//
'info_rechercher' => 'Rechercher dans les transcriptions',
// 'info_rechercher' => 'Rechercher dans les transcriptions',
);