Przeglądaj źródła

Evolution #592: Clarté composants

Sevajol Bastien 12 lat temu
rodzic
commit
5f18cefedd

+ 3 - 0
app/Resources/translations/elements.fr.yml Wyświetl plik

@@ -109,3 +109,6 @@ show:
109 109
     elements:
110 110
       no_count:         Aucun partage
111 111
       count:            %count_owned% partages (dont %count_favorited% mis en favoris par %count_favorited_users% utilisateurs)
112
+
113
+tag_favorites:
114
+  help:                 Filtrer les partages en selectionnant différents tags ci-dessous (vous pouvez en choisir plusieurs).

+ 2 - 0
src/Muzich/CoreBundle/Resources/views/Tag/tagsList.favorite.html.twig Wyświetl plik

@@ -7,6 +7,8 @@
7 7
     'user_id': user_id, 
8 8
     'tags_ids_json' : ''
9 9
   }) }}" />
10
+  
11
+  <p><span class="help">{{ 'tag_favorites.help'|trans({}, 'elements') }}</span></p>
10 12
          
11 13
   <ul id="favorite_tags">
12 14
     {% for key, tag in tags %}

+ 3 - 0
src/Muzich/CoreBundle/Resources/views/Tag/tagsList.show.html.twig Wyświetl plik

@@ -8,6 +8,9 @@
8 8
     'object_id'     : object_id, 
9 9
     'tags_ids_json' : ''
10 10
   }) }}" />
11
+  
12
+  <p><span class="help">{{ 'tag_favorites.help'|trans({}, 'elements') }}</span></p>
13
+  
11 14
   <ul id="favorite_tags">
12 15
     {% for key, tag in tags %}
13 16
       <li class="{{ css_list_length_class(key, tags|length) }}" {% if loop.index0 > cloud_tags_limit_to_display %}style="display: none;"{% endif %}>