<% if (@module_app && @module_app.widget_fields) %> <%= label_tag('widget_field') %> <% @module_app.widget_fields.each_with_index do |widget_field, i| %> <%= i+1 %> <%= select_tag "page_part[widget_field][]", widget_field_options(i), :include_blank => true %> <%= select_tag "page_part[widget_field_type][]", widget_fiield_type_options(i), :include_blank => true %>
<% end %> <%= label_tag :widget_data_count %> <%= text_field_tag :widget_data_count,@part.widget_data_count %> <% end %>