lang pour champ recherche + stable + up de z
This commit is contained in:
parent
da8f88deca
commit
45b1e2cc30
@ -3,7 +3,7 @@
|
||||
[(#ENV{action}|form_hidden)]
|
||||
[<input type="hidden" name="lang" value="(#ENV{lang})" />]
|
||||
<label for="recherche#ENV{_id_champ}"><:info_rechercher_02:/></label>
|
||||
<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" id="recherche#ENV{_id_champ}" />
|
||||
<input type="[(#HTML5|?{search,text})]" class="search text" size="10" name="recherche" placeholder="<:baz_april:rechercher:/>"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" autocorrect="off" id="recherche#ENV{_id_champ}" />
|
||||
<button type="submit" class="submit"><:info_rechercher:/></button>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -39,6 +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',
|
||||
'rechercher' => 'Rechercher dans le site',
|
||||
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<paquet
|
||||
prefix="baz_april"
|
||||
categorie="squelette"
|
||||
version="2.4.1"
|
||||
version="2.4.2"
|
||||
schema="1.0.0"
|
||||
etat="test"
|
||||
etat="stable"
|
||||
compatibilite="[3.2.0;3.3.*]"
|
||||
logo="prive/themes/spip/images/baz_april-64.png"
|
||||
documentation=""
|
||||
|
Loading…
Reference in New Issue
Block a user