@@ -10,9 +10,12 | |||
|
10 | 10 | <% end %> |
|
11 | 11 | <%= error_messages_for 'content' %> |
|
12 | 12 | |
|
13 | <p><%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %></p> | |
|
14 | <p><label><%= l(:field_comments) %></label><br /><%= f.text_field :comments, :size => 120 %></p> | |
|
15 | <p><label><%=l(:label_attachment_plural)%></label><br /><%= render :partial => 'attachments/form' %></p> | |
|
13 | <div class="box tabular"> | |
|
14 | <%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %> | |
|
15 | ||
|
16 | <p><label><%= l(:field_comments) %></label><%= f.text_field :comments, :size => 120 %></p> | |
|
17 | <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p> | |
|
18 | </div> | |
|
16 | 19 | |
|
17 | 20 | <p><%= submit_tag l(:button_save) %> |
|
18 | 21 | <%= link_to_remote l(:label_preview), |
@@ -396,6 +396,7 ul.properties li span {font-style:italic;} | |||
|
396 | 396 | #workflow_copy_form select { width: 200px; } |
|
397 | 397 | |
|
398 | 398 | textarea#custom_field_possible_values {width: 99%} |
|
399 | input#content_comments {width: 99%} | |
|
399 | 400 | |
|
400 | 401 | .pagination {font-size: 90%} |
|
401 | 402 | p.pagination {margin-top:8px;} |
General Comments 0
You need to be logged in to leave comments.
Login now