forked from Deuxfleurs/guichet
translated directory page to English
This commit is contained in:
parent
4f207e6ed5
commit
8c02d4f827
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
{{define "body"}}
|
||||
<div class="d-flex">
|
||||
<h4>Annuaire</h4>
|
||||
<a class="ml-auto btn btn-info" href="/">Menu principal</a>
|
||||
<h4>Directory</h4>
|
||||
<a class="ml-auto btn btn-info" href="/">Main Menu</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
|||
<form>
|
||||
<div class="form-group form-row">
|
||||
<div class="col-sm-2"> </div>
|
||||
<label for="search" class="col-sm-2 col-form-label">Rechercher :</label>
|
||||
<label for="search" class="col-sm-2 col-form-label">Search for :</label>
|
||||
<input class="form-control col-sm-4" id="search" name="search" type="text" onkeyup="searchDirectory()" size="20">
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue