Sha256: 746e21a6447495538146208fcfd99a1208acba9a8c0e69c2041f298f309dd6d1

Contents?: true

Size: 369 Bytes

Versions: 2

Compression:

Stored size: 369 Bytes

Contents

<%= content_for :html_head, stylesheet_link_tag('cms/form_layout') %>
<%= f.error_messages %>

<%= f.cms_text_field :name %>
<%= f.cms_text_field :url %>

<div class="checkbox_group fields no_check_all">
  <div class="checkbox_fields">
    <label>
      Open in new window?
      <%= f.check_box :new_window, :tabindex => next_tabindex %>
    </label>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nate-browsercms-3.0.210 app/views/cms/links/_form.html.erb
nate-browsercms-3.0.211 app/views/cms/links/_form.html.erb