Sha256: fc88219285abe5fc19bae59795d5a3640b59967e36f83ec32a1f564d5fd8dacc

Contents?: true

Size: 850 Bytes

Versions: 10

Compression:

Stored size: 850 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
railscart-0.0.1 starter-app/vendor/plugins/railscart/app/views/shared/_report_criteria.rhtml
railscart-0.0.2 starter_app/vendor/plugins/railscart/app/views/shared/_report_criteria.rhtml
railscart-0.0.4 starter_app/vendor/plugins/railscart/app/views/shared/_report_criteria.rhtml
railscart-0.0.3 starter_app/vendor/plugins/railscart/app/views/shared/_report_criteria.rhtml
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/shared/_report_criteria.rhtml
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/shared/_report_criteria.rhtml
spree-0.0.7 starter-app/vendor/plugins/spree/app/views/shared/_report_criteria.rhtml
spree-0.0.9 app/views/shared/_report_criteria.rhtml
spree-0.0.8 starter-app/vendor/plugins/spree/app/views/shared/_report_criteria.rhtml
spree-0.2.0 app/views/shared/_report_criteria.rhtml