Sha256: 4ec1a532349caf80c19577a022cc7c8b1d59830d80b33eaf6c7b0a5610a45cef

Contents?: true

Size: 1.09 KB

Versions: 21

Compression:

Stored size: 1.09 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

21 entries across 21 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.7 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.6 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.5 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.rc6 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.rc5 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.rc4 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.rc3 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.rc2 app/views/alchemy/admin/pages/configure_external.html.erb
alchemy_cms-2.1.beta6 app/views/alchemy/admin/pages/configure_external.html.erb