Sha256: 1024921fddf55f57e41ff78488037f40c679da37fbb990de8fe5714464dbdfaa

Contents?: true

Size: 1.45 KB

Versions: 17

Compression:

Stored size: 1.45 KB

Contents

<div id="overlay_tab_external_link">
  <h2><%= _t(:enter_external_link) %></h2>
  <%= render_message do %>
    <p><%= _t(:external_link_notice_1) %></p>
    <p><%= _t(:external_link_notice_2) %></p>
  <% end %>
  <div id="errors" class="errors">
    <ul></ul>
  </div>
  <table class="window_form">
    <tr>
      <td class="label long">
        <%= label_tag 'external_url', 'URL', :for => 'external_url' %>
      </td>
      <td class="input">
        <%= text_field_tag 'external_url', '', :class => "thin_border auto_resize" %>
      </td>
    </tr>
    <tr>
      <td class="label long">
        <label for="extern_link_title"><%= _t(:link_title) %></label>
      </td>
      <td class="input"><%= text_field_tag "extern_link_title", '', :class => 'thin_border auto_resize link_title' %></td>
    </tr>
    <tr>
      <td class="label long">
        <label for="external_link_target"><%= _t("Open Link in") %>:</label>
      </td>
      <td class="select left">
        <%= select_tag 'external_link_target', options_for_select(Alchemy::Page.link_target_options), :class => 'alchemy_selectbox link_target' %>
      </td>
    </tr>
    <tr>
      <td class="submit" colspan="2">
        <%= link_to(_t(:apply), '#', {
          :onclick => "Alchemy.LinkOverlay.createLink('external', jQuery('#external_url').val(), jQuery('#extern_link_title').val(), jQuery('#external_link_target').val());",
          :class => 'button'
        }) %>
      </td>
    </tr>
  </table>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/pages/_external_link.html.erb
alchemy_cms-2.6.0.rc5 app/views/alchemy/admin/pages/_external_link.html.erb