diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb index c628c2f..d7c97c1 100644 --- a/app/views/wiki/edit.html.erb +++ b/app/views/wiki/edit.html.erb @@ -10,9 +10,12 @@ <% end %> <%= error_messages_for 'content' %> -
<%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %>
-
<%= f.text_field :comments, :size => 120 %>
<%= render :partial => 'attachments/form' %>
<%= f.text_field :comments, :size => 120 %>
+<%= render :partial => 'attachments/form' %>
+<%= submit_tag l(:button_save) %> <%= link_to_remote l(:label_preview), diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8934fde..77f6eae 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -396,6 +396,7 @@ ul.properties li span {font-style:italic;} #workflow_copy_form select { width: 200px; } textarea#custom_field_possible_values {width: 99%} +input#content_comments {width: 99%} .pagination {font-size: 90%} p.pagination {margin-top:8px;}