Last change
on this file since 88614 was
88614,
checked in by sabatier93@…, 6 years ago
|
formulaires/recherche.html : parfois le bouton vert partait à la ligne au lieu de rester à droite du champ recherche.
|
File size:
764 bytes
|
Line | |
---|
1 | <!-- --> |
---|
2 | <div class="formulaire_spip formulaire_recherche[ (#ENV{class})]" id="formulaire_recherche"> |
---|
3 | <form action="[(#ENV{action})]" method="get"> |
---|
4 | <div> |
---|
5 | [(#ENV{action}|form_hidden)] |
---|
6 | [<input type="hidden" name="lang" value="(#ENV{lang})" />] |
---|
7 | |
---|
8 | <div class="row" style="display: inline-flex;"> |
---|
9 | <div class="col-md-10 col-sm-9 col-xs-7"> |
---|
10 | <input type="[(#HTML5|?{search,text})]" class="form-control" size="10" name="recherche" id="#ENV{_id_champ}"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" autocorrect="off" placeholder="Recherche" |
---|
11 | /> |
---|
12 | </div> |
---|
13 | <div class="col-md-2"> |
---|
14 | <button type="submit" class="btn btn-success" title="<:info_rechercher:>" /> |
---|
15 | <i class="fa fa-search"></i> |
---|
16 | </button> |
---|
17 | </div> |
---|
18 | </div> |
---|
19 | </div> |
---|
20 | </form> |
---|
21 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.