Sha256: 6fea01dba3884fff6ecaaab4c7cf240378817f4a49d5a9c005fe736cd216e012

Contents?: true

Size: 1.24 KB

Versions: 20

Compression:

Stored size: 1.24 KB

Contents

<%- alchemy_combined_assets -%>
<%- content_for(:toolbar) do -%>
<div id="toolbar">
	<div id="toolbar_buttons">
		<div class="button_with_label">
			<%- permitted_to?(:new, :admin_languages) do -%>
			<%= link_to_overlay_window(
				render_icon('create'),
				new_admin_language_path,
				{
					:title => _('create_language'),
					:size => "420x280",
					:overflow => true
				}, {
					:class => 'icon_button',
					:title => _('create_language')
				}
			) -%><br />
			<label><%= _('create_language') %></label>
			<%- end -%>
		</div>
	</div>
	<%= render :partial => 'admin/partials/search_form' %>
</div>
<%- end -%>
<div id="archive_all">
	<table class="list" id="language_list">
		<%- unless @languages.blank? -%>
		<tr>
			<th class="name"><%= Language.human_attribute_name("name") %></th>
			<th class="code"><%= Language.human_attribute_name("code") %></th>
			<th class="name"><%= Language.human_attribute_name("frontpage_name") %></th>
			<th class="name"><%= Language.human_attribute_name("page_layout") %></th>
			<th class="public"><%= Language.human_attribute_name("public") %></th>
			<th class="public"><%= Language.human_attribute_name("default") %></th>
			<th class="tools"></th>
		</tr>
		<%- end -%>
		<%= render @languages %>
	</table>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

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