Sha256: d0b9a10c31c55c2aaec51c9e06af72ac635ee2dabbc0f91cc85f873f62b02397

Contents?: true

Size: 726 Bytes

Versions: 2

Compression:

Stored size: 726 Bytes

Contents

<%= semantic_form_for [:admin,@page] do |f| %>
    <%= f.input :name %>
    <%= f.input :browser_title %>
    <%= f.input :content, :as => :ckeditor, :input_html => {:height => 400}, :label => false %>
    <%= f.input :parent_id %>
    <%= f.input :meta_description %>
    <%= f.label :exclude_from_menu, :class => "left" %>
    <%= f.check_box :exclude_from_menu %>
    <div style="clear:both;"></div>
    <%= f.input :link_url %>
    <%= f.input :list_order %>
    <%= f.input :status %>

    <%= f.actions do %>
        <%= f.action :submit, :as => :button, :button_html => {:class => "btn btn-success"} %>
        <%= f.action :cancel, :as => :link, :button_html => {:class => "btn btn-warning"} %>
    <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
et_cms-0.0.2 app/views/et_cms/admin/pages/_form.html.erb
et_cms-0.0.1 app/views/et_cms/admin/pages/_form.html.erb