Sha256: b372b802ad831f1545affe3c9340ba13d0d75961c24cdf8f514f3d26db6d9743

Contents?: true

Size: 1.19 KB

Versions: 17

Compression:

Stored size: 1.19 KB

Contents

<% content_for :toolbar do %>
<div class="toolbar_buttons">
  <%= render 'alchemy/admin/partials/site_select' %>
  <%= render 'alchemy/admin/partials/language_tree_select' %>
  <%= toolbar_button(
    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]
  ) %>
  <%= toolbar_button(
    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

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.2 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.1 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.0 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.0.pre.b2 app/views/alchemy/admin/layoutpages/index.html.erb
alchemy_cms-7.1.0.pre.b1 app/views/alchemy/admin/layoutpages/index.html.erb