Sha256: 75671c9f292c80d48dd9c9906a0081d449f941d1bd1858d24ab4b794f2b2e12e

Contents?: true

Size: 830 Bytes

Versions: 9

Compression:

Stored size: 830 Bytes

Contents

<%= form_for([:admin, @page], :remote => true, :html => {:id => 'new_page_form'}) do |f| %>
  <%= f.hidden_field(:parent_id) %>
  <%= f.hidden_field(:layoutpage) %>
  <div id="errors"></div>
  <table id="new_page_form">
    <tr>
      <td class="label">
        <%= f.label :page_layout %>
      </td>
      <td class="select">
        <%= f.select('page_layout', @page_layouts, {}, { :class => 'alchemy_selectbox', :autofocus => true }) %>
      </td>
    </tr>
    <tr>
      <td class="label">
        <%= f.label :name %>
      </td>
      <td class="input">
        <%= f.text_field(:name, :class => "thin_border") %>
      </td>
    </tr>
    <tr>
      <td class="label">&nbsp;</td>
      <td class="submit">
        <%= f.button _t("create"), :class => 'button', :name => nil %>
      </td>
    </tr>
  </table>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/pages/_new_page_form.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/pages/_new_page_form.html.erb