Sha256: cbb90a78519a0438692da2fdb5c5f5112d1f338fa2e2e631d60ec1ac9173b55c

Contents?: true

Size: 1.19 KB

Versions: 16

Compression:

Stored size: 1.19 KB

Contents

<%= form_for([:admin, @page], :remote => true) do |f| %>
  <div id="errors" style="display:none"></div>
  <table id="page_names">
    <tr>
      <td><%= t("page_type") %>: </td>
      <td>
        <%= @page.layout_display_name %>
      </td>
    </tr>
    <tr>
      <td><%= t("page_status") %>: </td>
      <td>
        <%= f.check_box :visible -%>
        <%= f.label :visible %><br/>
        <%- if configuration(:sitemap)[:show_flag] -%><br/>
          <%= f.check_box :sitemap -%>
          <%= f.label :sitemap %>
        <%- end -%>
      </td>
    </tr>
    <tr>
      <td colspan="2"><strong><%= t("names") %></strong></td>
    </tr>
    <tr>
      <td><%= f.label "name" %>:&nbsp;</td>
      <td><%= f.text_field( "name", :size => 31, :class => "thin_border long") %></td>
    </tr>
    <tr>
      <td><%= f.label "urlname" %>: </td>
      <td><%= f.text_field "urlname", :size => 31, :class => "thin_border long" %></td>
    </tr>
    <tr>
      <td><%= f.label "title" %>: </td>
      <td><%= f.text_field "title", :size => 31, :class => "thin_border long" %></td>
    </tr>
    <tr>
      <td colspan="2" align="right"><%= f.button t("save"), :class => 'button' %></td>
    </tr>
  </table>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-2.2.4 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/pages/configure_external.html.erb