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