mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Set messages more consistent
messages in search button on homepage now reference 'general search' (through all chill.search services) instead of only persons
This commit is contained in:
parent
fc955e2995
commit
87a62a501c
@ -1,4 +1,5 @@
|
||||
Search: Rechercher
|
||||
'Search persons, ...': 'Recherche des personnes, ...'
|
||||
Person name: Nom / Prénom de la personne
|
||||
Login: Connexion
|
||||
Logout: Se déconnecter
|
||||
|
@ -98,12 +98,12 @@
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="grid-8 centered">
|
||||
<h2>{{ 'Search a person'|trans }}</h2>
|
||||
<h2>{{ 'Search'|trans }}</h2>
|
||||
|
||||
<form action="{{ path('chill_main_search') }}" method="get">
|
||||
<input name="q" type="search" placeholder="{{ 'Person name'|trans }}" />
|
||||
<input name="q" type="search" placeholder="{{ 'Search persons, ...'|trans }}" />
|
||||
<center>
|
||||
<button type="submit" class="sc-button orange"><i class="fa fa-search"></i> {{ 'Search a person'|trans }}</button>
|
||||
<button type="submit" class="sc-button orange"><i class="fa fa-search"></i> {{ 'Search'|trans }}</button>
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user