Sha256: 9c3840eec29d196f40a3ad15c097985f96002894381bbbcc7c0e4f5a606d22c8

Contents?: true

Size: 935 Bytes

Versions: 15

Compression:

Stored size: 935 Bytes

Contents

<% content_for :head do %>
  <%= calendar_date_select_includes %>
<% end %>
<td valign="top">
	  <% form_for [:admin, @search], :url => "" do |f| %> 
	  	<% f.fields_for @search.conditions do |s| %>
      <div id="search-col">
        <table class="admin-search">
          <thead>
            <tr>
              <th colspan="2"><%= t("date_range") %></th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><%= t("start") %>:</td>
              <td>
                <%= s.calendar_date_select :created_at_after, :style=>"width:100px" %>
              </td>
            </tr>
            <tr>
              <td><%= t("stop") %>:</td>
              <td>
                <%= s.calendar_date_select :created_at_before, :style=>"width:100px" %>
              </td>
            </tr>
          </tbody>
        </table>
		  <%= f.submit t("search") %>
      </div>
    	<% end %>
    <% end %>	
</td>

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 app/views/shared/_report_criteria.html.erb
spree-enriquez-0.9.4 app/views/shared/_report_criteria.html.erb
spree-0.9.4 app/views/shared/_report_criteria.html.erb
spree-0.9.3 app/views/shared/_report_criteria.html.erb
spree-0.9.2 app/views/shared/_report_criteria.html.erb
spree-0.9.1 app/views/shared/_report_criteria.html.erb
spree-0.9.0 app/views/shared/_report_criteria.html.erb
spree-0.8.4 app/views/shared/_report_criteria.html.erb
spree-0.8.5 app/views/shared/_report_criteria.html.erb
spree-0.7.1 app/views/shared/_report_criteria.html.erb
spree-0.7.0 app/views/shared/_report_criteria.html.erb
spree-0.8.0 app/views/shared/_report_criteria.html.erb
spree-0.8.1 app/views/shared/_report_criteria.html.erb
spree-0.8.2 app/views/shared/_report_criteria.html.erb
spree-0.8.3 app/views/shared/_report_criteria.html.erb