Sha256: 742acb218f559d253d131884ff3a3bf7cad7a69792200bf2f9ea0a11b3f80b68

Contents?: true

Size: 1.25 KB

Versions: 19

Compression:

Stored size: 1.25 KB

Contents

<% content_for :toolbar do %>
<div class="toolbar_buttons">
  <%= render 'alchemy/admin/partials/site_select' %>
  <%= render 'alchemy/admin/partials/language_tree_select' %>
  <%= render Alchemy::Admin::ToolbarButton.new(
    icon: "file-add",
    url: alchemy.new_admin_page_path(language: @current_language, layoutpage: true),
    hotkey: 'alt+n',
    dialog_options: {
      title: Alchemy.t('Add global page'),
      size: '340x170',
      overflow: true
    },
    label: Alchemy.t('Add global page'),
    tooltip_placement: "top-start",
    if_permitted_to: [:create, Alchemy::Page]
  ) %>
  <%= render Alchemy::Admin::ToolbarButton.new(
    icon: clipboard_empty?('pages') ? 'clipboard' : 'paste',
    url: alchemy.admin_clipboard_path(remarkable_type: 'pages'),
    dialog_options: {
      title: Alchemy.t('Clipboard'),
      size: '380x270'
    },
    title: Alchemy.t('Show clipboard'),
    link_options: {id: "clipboard_button"},
    label: Alchemy.t('Show clipboard'),
    if_permitted_to: [:create, Alchemy::Page]
  ) %>
</div>
<% end %>

<h4 id="sitemap_heading">
  <span class="page_name"><%= Alchemy::Page.human_attribute_name(:name) %></span>
</h4>

<ul class="list" id="layoutpages">
  <%= render partial: "layoutpage", collection: @layout_pages %>
</ul>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/layoutpages/index.html.erb