Sha256: 6b8dc4f2f995f34fa5c8c9b685ee95eb084b53e6cd53eaca99e68e55287ac53e

Contents?: true

Size: 576 Bytes

Versions: 31

Compression:

Stored size: 576 Bytes

Contents

<%= f.inputs do %>
  <%= f.input :count, :label => "Limit number of pages to", :hint => "Leave blank for all pages" %>
  <%= f.input :page_template_id, :label => "Only show these page types", :as => :select, :collection => Smithy::Template.templates.map{|t| [t.name, t.id] } %>
  <%= f.input :parent_id, :label => "Show pages below", :as => :select, :collection => tree_for_select, :include_blank => false %>
  <%= f.input :sort, :label => 'Pages should appear in this order', :as => :select, :collection => Smithy::PageList.sort_options, :include_blank => false %>
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
smithycms-0.5.1 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.5.0 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.4.5 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.4.4 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.4.3 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.4.2 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.4.1 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.4.0 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.0.3 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.0.2 app/views/smithy/page_lists/_form_fields.html.erb
smithycms-0.0.1 app/views/smithy/page_lists/_form_fields.html.erb