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 @@