Sha256: 6b262b265ebaf96be77daa12396b1593df61d71a405058c4e71f200077e7b929

Contents?: true

Size: 698 Bytes

Versions: 2

Compression:

Stored size: 698 Bytes

Contents

<%= semantic_form_for [:admin, resource] do |f| %>
  <%= f.inputs do %>
    <%= f.input :name %>
    <%= f.input :default_file_rights %>
    <%= f.semantic_fields_for :default_theming do |theming| %>
      <%= theming.input :cname %>
      <%= theming.input :theme_name, :include_blank => false, :collection => Pageflow.config.themes.names %>
      <%= theming.input :imprint_link_label %>
      <%= theming.input :imprint_link_url %>
      <%= theming.input :copyright_link_label %>
      <%= theming.input :copyright_link_url %>
    <% end %>
  <% end %>
  <%= f.actions do %>
    <%= f.action(:submit) %>
    <%= f.action(:cancel, :wrapper_html => {:class => 'cancel'}) %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pageflow-0.2.1 app/views/admin/accounts/_form.html.erb
pageflow-0.2.0 app/views/admin/accounts/_form.html.erb