Browse Source

Evolution #592: Clarté composants

Sevajol Bastien 12 years ago
parent
commit
5f18cefedd

+ 3 - 0
app/Resources/translations/elements.fr.yml View File

109
     elements:
109
     elements:
110
       no_count:         Aucun partage
110
       no_count:         Aucun partage
111
       count:            %count_owned% partages (dont %count_favorited% mis en favoris par %count_favorited_users% utilisateurs)
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 View File

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

+ 3 - 0
src/Muzich/CoreBundle/Resources/views/Tag/tagsList.show.html.twig View File

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