[DE][PE][SSE] replaced type="search" with type="text" for all the pages of documentation (Chrome search field cross bug)

This commit is contained in:
alexandervnuchkov
2018-03-07 11:47:00 +03:00
parent 1a67e23b93
commit 127aafd25d
1357 changed files with 1367 additions and 1357 deletions

View File

@ -11,7 +11,7 @@
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Recherche" type="search" onkeypress="doSearch(event)">
<input id="search" class="searchBar" placeholder="Recherche" type="text" onkeypress="doSearch(event)">
</div>
<h1>Présentation de l'interface utilisateur de Presentation Editor</h1>
<p><b>Presentation Editor</b> utilise une interface à onglets dans laquelle les commandes d'édition sont regroupées en onglets par fonctionnalité.</p>