Browse Source

titre pour la recherche d'élèments

Bastien Sevajol 11 years ago
parent
commit
b8c751835b

+ 1 - 0
app/Resources/translations/network.fr.yml View File

6
   users:                 Utilisateurs
6
   users:                 Utilisateurs
7
   groups:               Groupes
7
   groups:               Groupes
8
   no_result:            Il n'y a aucun résultat a votre recherche
8
   no_result:            Il n'y a aucun résultat a votre recherche
9
+  elements:             Musique
9
   form:
10
   form:
10
     submit_value:       Rechercher
11
     submit_value:       Rechercher
11
 users:                Utilisateurs
12
 users:                Utilisateurs

+ 2 - 0
src/Muzich/CoreBundle/Resources/views/GlobalSearch/results.html.twig View File

41
     {% endif %}
41
     {% endif %}
42
   
42
   
43
     {% if results.elements %}
43
     {% if results.elements %}
44
+
45
+      <b>{{ 'search.elements'|trans({}, 'network') }}</b>
44
       
46
       
45
       {% include "MuzichCoreBundle:SearchElement:default.html.twig" with {
47
       {% include "MuzichCoreBundle:SearchElement:default.html.twig" with {
46
         'noelements_filter' : true,
48
         'noelements_filter' : true,