Sha256: 4848e9468eaca9ddaee06dd0d80ac889a10427167cf18ca50cc5810541767eca

Contents?: true

Size: 1.01 KB

Versions: 27

Compression:

Stored size: 1.01 KB

Contents

<%= form_tag do %>
  <%= render_message do %>
    <h2><%= _t(:enter_external_link) %></h2>
    <p><%= _t(:external_link_notice_1) %></p>
    <p><%= _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">
      <%= _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">
      <%= _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 _t(:apply), '#', class: 'create-link button', 'data-link-type' => 'external' %>
  </div>
<% end %>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
alchemy_cms-3.2.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.3 app/views/alchemy/admin/pages/_external_link.html.erb
lc_alchemy_cms-3.2.1 app/views/alchemy/admin/pages/_external_link.html.erb
lc_alchemy_cms-3.2.0 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.2.0 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.2.0.rc1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.2.0.beta app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.0.4 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.rc3 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.rc2 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.rc1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.beta6 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.beta5 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.beta4 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.0.3 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.beta3 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.beta2 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-3.1.0.beta1 app/views/alchemy/admin/pages/_external_link.html.erb