Преглед изворни кода

titre pour la recherche d'élèments

Bastien Sevajol пре 11 година
родитељ
комит
b8c751835b

+ 1 - 0
app/Resources/translations/network.fr.yml Прегледај датотеку

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

+ 2 - 0
src/Muzich/CoreBundle/Resources/views/GlobalSearch/results.html.twig Прегледај датотеку

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