2006-07-29 13:32:58 +04:00
|
|
|
<h2><%=l(:label_custom_field_new)%> (<%=l(@custom_field.type_name)%>)</h2>
|
2006-06-28 22:11:03 +04:00
|
|
|
|
2006-09-02 17:33:23 +04:00
|
|
|
<%= start_form_tag({:action => 'new'}, :class => "tabular") %>
|
2006-07-29 13:32:58 +04:00
|
|
|
<%= render :partial => 'form', :locals => { :type => @custom_field.type } %>
|
|
|
|
<%= hidden_field_tag 'type', @custom_field.type %>
|
|
|
|
<%= submit_tag l(:button_save) %>
|
2006-06-28 22:11:03 +04:00
|
|
|
<%= end_form_tag %>
|
|
|
|
|