Sha256: 796d6c5c3ac2e7e753cf25d1e27e3fb7db3fda81cbb61f6e02e5038ed2154de3

Contents?: true

Size: 1.06 KB

Versions: 33

Compression:

Stored size: 1.06 KB

Contents

<%= form_tag do %>
  <%= render_message do %>
    <h2><%= Alchemy.t(:enter_external_link) %></h2>
    <p><%= Alchemy.t(:external_link_notice_1) %></p>
    <p><%= Alchemy.t(:external_link_notice_2) %></p>
  <% end %>
  <div id="errors" class="errors">
    <ul></ul>
  </div>
  <div class="input text">
    <label for="external_url" class="control-label">URL</label>
    <%= text_field_tag "external_url" %>
  </div>
  <div class="input text">
    <label for="external_link_title" class="control-label">
      <%= Alchemy.t(:link_title) %>
    </label>
    <%= text_field_tag "external_link_title", '', class: 'link_title' %>
  </div>
  <div class="input select">
    <label for="external_link_target" class="control-label">
      <%= Alchemy.t("Open Link in") %>
    </label>
    <%= select_tag 'external_link_target',
      options_for_select(Alchemy::Page.link_target_options),
      class: 'alchemy_selectbox link_target' %>
  </div>
  <div class="submit">
    <%= link_to Alchemy.t(:apply), '#', class: 'create-link button', 'data-link-type' => 'external' %>
  </div>
<% end %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.6.7 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.6.6 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.5 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.4 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.1.0.rc1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.3 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.6.5 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.2 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.1.0.beta app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.6.4 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.0 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.6.3 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.6.2 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.0.rc2 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.0.rc1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.6.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-4.0.0.beta app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.6.0 app/views/alchemy/admin/pages/_external_link.html.erb