Skip to content

Commit

Permalink
fix: #5 correct typos in the french help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Milhit committed Apr 12, 2018
1 parent fd37b74 commit c075184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reroils_app/templates/reroils_app/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ <h2><i class="fa fa-comments"></i> Reaching the dev team</h2>
{% if current_i18n.language == 'fr' %}
<h1>Comment utiliser cette installation de démonstration?</h1>
<h2><i class="fa fa-sign-in"></i> Compte bibliothécaire</h2>
<p>Un compte bibliothécaire (avec le rôle de catalogueur) est disponible, avec les identifiants suiants:</p>
<p>Un compte bibliothécaire (avec le rôle de catalogueur) est disponible, avec les identifiants suivants:</p>
<ul>
<li>email: [email protected]</li>
<li>{{ _('password') }}: librarian</li>
</ul>

<h2><i class="fa fa-pencil"></i> Modifier les notices</h2>
<p>Une fois que vous êtes identifié·e, un menu s'affiche. Il donne accès à l'<a href="{{ url_for('reroils_record_editor.create_doc') }}">éditeur</a> qui permet de cataloguer une nouveau document.</p>
<p>Une fois que vous êtes identifié·e, un menu s'affiche. Il donne accès à l'<a href="{{ url_for('reroils_record_editor.create_doc') }}">éditeur</a> qui permet de cataloguer un nouveau document.</p>
<p>Une fonction d'importation <em>très simple</em> est disponible, limitée au champ de l'ISBN. Lorsqu'un ISBN-13 correct est saisi dans ce champ, le bouton <span class="btn btn-info btn-xs">{{ _('import') }}</span> envoie une requête au <a href="http://www.bnf.fr/fr/professionnels/recuperation_donnees_bnf_boite_outils/a.service_SRU.html" target="_blank">service SRU de la BnF</a>.</p>
<p>Depuis la vue détaillée d'une notice, deux boutons sont visibles, le premier pour <span class="btn btn-success btn-xs">{{ _('edit') }}</span> la notice, et le deuxième pour la <span class="btn btn-danger btn-xs">{{ _('delete') }}</span>.</p>

Expand Down

0 comments on commit c075184

Please sign in to comment.