Move the field format at the top of the form.
git-svn-id: http://svn.redmine.org/redmine/trunk@12897 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1114bf5e99
commit
4a2114c73b
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
|
<p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
||||||
<p><%= f.text_field :name, :required => true %></p>
|
<p><%= f.text_field :name, :required => true %></p>
|
||||||
<p><%= f.text_area :description, :rows => 7 %></p>
|
<p><%= f.text_area :description, :rows => 7 %></p>
|
||||||
<p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :disabled => !@custom_field.new_record? %></p>
|
|
||||||
|
|
||||||
<% if @custom_field.format.multiple_supported %>
|
<% if @custom_field.format.multiple_supported %>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue