Sha256: 85d9203e210b067eb0e9175ca186f306aa157d9096ec3cd47bacafe3312079c9

Contents?: true

Size: 791 Bytes

Versions: 4

Compression:

Stored size: 791 Bytes

Contents

<% content_for :head do %>
  <%= calendar_date_select_includes %>
<% end %>
<td valign="top">
  <% form_for :search do |f| %>
  <div id="report-search">
    <table class="admin-search">
      <thead>
        <tr>
          <th colspan="2"><%= t("Date Range") %></th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td><%= t("Start") %>:</td>
          <td>
            <%= error_message_on :search, :start%>
            <%= calendar_date_select :search, :start, :style=>"width:100px" %>
          </td>
	</tr>
	<tr>
	  <td><%= t("Stop") %>:</td>
	  <td>
	    <%= error_message_on :search, :stop%>
	    <%= calendar_date_select :search, :stop, :style=>"width:100px" %>
	  </td>
	</tr>
      </tbody>
    </table>
    <%=submit_tag t("Search") %>
  </div>
  <% end %>
</td>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree-0.4.0 app/views/shared/_report_criteria.html.erb
spree-0.4.1 app/views/shared/_report_criteria.html.erb
spree-0.5.0 app/views/shared/_report_criteria.html.erb
spree-0.5.1 app/views/shared/_report_criteria.html.erb