Sha256: 346c19f20e609eb523a4ad7085aa9453d118e1970685e403cc6a4832a9f8c690

Contents?: true

Size: 1.2 KB

Versions: 17

Compression:

Stored size: 1.2 KB

Contents

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.6.1 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.5 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.4 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.3.1 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.1.beta1 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.3 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.2 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.1 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.rc6 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.rc5 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.rc4 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.rc3 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.rc2 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.rc1 app/views/admin/pages/configure_external.html.erb
alchemy_cms-2.0.pre5 app/views/admin/pages/configure_external.html.erb