Commit 4999c5de9a69e8a5a1d0a6244ffc6964daf0ba85
1 parent
e961c21f
Exists in
master
and in
23 other branches
Better text for the drag & drop note
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
app/views/cms/_text_editor_sidebar.rhtml
| ... | ... | @@ -17,11 +17,9 @@ |
| 17 | 17 | <% end %> |
| 18 | 18 | </div> |
| 19 | 19 | <div id='media-upload-results' class='media-list-results' style='display: none'> |
| 20 | + <%= render :partial => 'drag_and_drop_note' %> | |
| 20 | 21 | <ul> |
| 21 | 22 | </ul> |
| 22 | - <p> | |
| 23 | - <em><%= _('Drag item names to the text to add their URL') %></em> | |
| 24 | - </p> | |
| 25 | 23 | <p><%= link_to(_('Upload more files ...'), '#', :id => 'media-upload-more-files')%></p> |
| 26 | 24 | </div> |
| 27 | 25 | </div> |
| ... | ... | @@ -36,11 +34,9 @@ |
| 36 | 34 | <% end %> |
| 37 | 35 | </p> |
| 38 | 36 | <div id='media-search-results' class='media-list-results' style='display: none'> |
| 37 | + <%= render :partial => 'drag_and_drop_note' %> | |
| 39 | 38 | <ul> |
| 40 | 39 | </ul> |
| 41 | - <p> | |
| 42 | - <em><%= _('Drag item names to the text to add their URL') %></em> | |
| 43 | - </p> | |
| 44 | 40 | </div> |
| 45 | 41 | </div> |
| 46 | 42 | </div> | ... | ... |