MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/redmine/app/views/custom_fields/select_type.html.erb
<%= custom_field_title @custom_field %>

<%= form_tag new_custom_field_path, :method => 'get' do %>
  <div class="box">
  <p><%= l(:label_custom_field_select_type) %>:</p>
  <p>
  <%= select_type_radio_buttons(params[:tab]) %>
  </p>
  </div>
  <p><%= submit_tag l(:label_next).html_safe + " &#187;".html_safe, :name => nil %></p>
<% end %>