@@ -2,9 +2,9 | |||
|
2 | 2 | |
|
3 | 3 | <div class="splitcontentleft"> |
|
4 | 4 | <div class="box tabular"> |
|
5 | <p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p> | |
|
5 | 6 | <p><%= f.text_field :name, :required => true %></p> |
|
6 | 7 | <p><%= f.text_area :description, :rows => 7 %></p> |
|
7 | <p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p> | |
|
8 | 8 | |
|
9 | 9 | <% if @custom_field.format.multiple_supported %> |
|
10 | 10 | <p> |
General Comments 0
You need to be logged in to leave comments.
Login now