Sha256: 01ab2dbe2b4e17b6698d05a05450a1fa174deb28343456370c8430ac73e33246

Contents?: true

Size: 757 Bytes

Versions: 2

Compression:

Stored size: 757 Bytes

Contents

<p><%= link_to "Question Grid Help", "/fe/help/question_grid.html", { :class=>"lbOn", :id => "link-question-grid-help" } %></p>

<div class="field">
  <label for="element_slug" class="desc">Column Headings <span class="required">required</span></label>
  <%= f.text_field :cols %><br/>
  <span class="help">Separate column headings by a semi-colon.  This determines how many columns the grid will contain and what the column headings will be. </span>
</div>
<div class="field">
  <label for="element_slug" class="desc">Total Columns <span class="required">required</span></label>
  <%= f.text_field :total_cols %><br/>
  <span class="help">Which columns should be totaled? e.g. 2 OR 2,3</span>
</div>

<%= render 'fe/admin/panels/common_fields', :f => f %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fe-1.0.0 app/views/fe/admin/panels/_prop_question_grid_with_total.html.erb
fe-0.0.4 app/views/fe/admin/panels/_prop_question_grid_with_total.html.erb