Sha256: 2c63d9bf6ed80cb9de172063f8dcbc73a4d0b565785eb22309fba8b5e4af3b13

Contents?: true

Size: 681 Bytes

Versions: 5

Compression:

Stored size: 681 Bytes

Contents

<% form_tag url, :multipart => true do %>
  <%= hidden_field_tag "return_to", params[:return_to] %>
  <%= hidden_field_tag "klass", params[:klass] %>
  <div class="content">
    <dl class="fields">
      <dt><%= label_tag "xml_file", t(:choose_file, :scope => [:content,:import]) %></dt>
      <dd><%= file_field_tag "xml_file" %></dd>
    </dl>
  </div>
  <div class="footerPanel">
    <div class="content">
      <div class="submit">
        <%= link_to_function t(:cancel, :scope => [:buttons]), "Skyline.Dialog.current.close()", :class => "cancel"  %>
        <%= submit_button :import, :class => "small green" %>
      </div>
    </div>    
  </div>
<% end %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
skylinecms-3.1.0 app/views/skyline/content/_import.html.erb
westarete-skylinecms-3.0.8.20100329 app/views/skyline/content/_import.html.erb
westarete-skylinecms-3.0.8.20100330 app/views/skyline/content/_import.html.erb
skylinecms-3.0.8 app/views/skyline/content/_import.html.erb
skylinecms-3.0.7 app/views/skyline/content/_import.html.erb