diff --git a/app/views/cms/_drag_and_drop_note.html.erb b/app/views/cms/_drag_and_drop_note.html.erb index 2a2d92f..fbaccae 100644 --- a/app/views/cms/_drag_and_drop_note.html.erb +++ b/app/views/cms/_drag_and_drop_note.html.erb @@ -1,6 +1,5 @@

- <%= _('Drag images to add them to the text.') %> - <%= _('Click on file names to add links to the text.') %> + <%= _('Drag images to add them to the text or click on file names to add links to the text.') %>

diff --git a/app/views/cms/_text_editor_sidebar.html.erb b/app/views/cms/_text_editor_sidebar.html.erb index c2e68ec..f49bdf9 100644 --- a/app/views/cms/_text_editor_sidebar.html.erb +++ b/app/views/cms/_text_editor_sidebar.html.erb @@ -17,8 +17,8 @@ :parent_id, profile, default_folder, {}, {}, "type='Folder' or type='Gallery'" ) %> + <%= button(:newfolder, _('New folder'), '#', :id => 'new-folder-button') %> - <%= button(:newfolder, _('New folder'), '#', :id => 'new-folder-button') %>

<%= file_field_tag('file', :multiple => true) %>

<% end %> @@ -31,7 +31,7 @@
'published_media_items', :profile => profile.identifier}) %>'> <%= select_profile_folder(nil, :parent_id, profile, 'recent-media', {}, {}, "type='Folder' or type='Gallery'", {:root_label => _('Recent media')}) %> - <%= labelled_form_field _('Search'), text_field_tag('q') %> + <%= labelled_form_field _('Search among your uploaded files'), text_field_tag('q', '', placeholder: _('Write words about the file you are looking for')) %> <%= render :partial => 'drag_and_drop_note' %>
<%= render :partial => 'published_media_items' %> -- libgit2 0.21.2