Updates to the documentation concerning the search field and search result page

This commit is contained in:
alexandervnuchkov
2018-02-20 15:42:44 +03:00
parent 080252aa16
commit 39934ada9a
241 changed files with 601 additions and 321 deletions

View File

@ -11,7 +11,7 @@
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="search" onkeypress="doSearch(event)">
<input id="search" class="searchBar" placeholder="Recherche" type="search" 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>