Sha256: dae91eb285d075991fe4dd14bca68b518908eed08b104b1d7c12898867e3d67e

Contents?: true

Size: 999 Bytes

Versions: 29

Compression:

Stored size: 999 Bytes

Contents

<div class="checkbox_group fields">
  <label>Section Permissions</label>
  <%= hidden_field_tag "group[section_ids][]", "" %>
  <div class="checkboxes">
  <% Section.all(:order => "path").each do |s|%>
  <div class="checkbox_fields">
    <%= check_box_tag "group[section_ids][]", s.id, @group.sections.include?(s), :id => "section_ids_#{s.id}", :class => "section_ids" %>
    <label for= "section_ids_<%= s.id %>" style="width: 400px; padding-top: 0; #padding-top: 4px;"><%=h s.name %><span style="padding-top: 0; font-weight: lighter; display: inline; float: none;">(Path: <%=h s.path %>)</span></label>
  </div>
  <% end %>
  <div class="instructions">What sections should group members be allowed to <span id="section-action"><%= @group.cms_access? ? 'edit' : 'view' %></span>?</div>
  <div class="check_uncheck">
    <%= link_to_check_all 'input.section_ids' %>, 
    <%= link_to_uncheck_all 'input.section_ids' %>
  </div>
  </div>
  <br clear="all" />
  <div style="clear: all;"></div>
</div>

Version data entries

29 entries across 29 versions & 9 rubygems

Version Path
SFEley-browsercms-3.0.2 app/views/cms/groups/_sections.html.erb
buzzware-browsercms-3.0.2 app/views/cms/groups/_sections.html.erb
coredumplings-browsercms-3.0.0 app/views/cms/groups/_sections.html.erb
we5-browsercms-3.0.1.1 app/views/cms/groups/_sections.html.erb
webficient-browsercms-3.0.1 app/views/cms/groups/_sections.html.erb
webficient-browsercms-3.0.2 app/views/cms/groups/_sections.html.erb
webficient-browsercms-3.0.3 app/views/cms/groups/_sections.html.erb
webficient-browsercms-3.0.4 app/views/cms/groups/_sections.html.erb
browsercms-3.1.5 app/views/cms/groups/_sections.html.erb
browsercms-3.1.4 app/views/cms/groups/_sections.html.erb
browsercms-3.1.3 app/views/cms/groups/_sections.html.erb
bf4-browsercms-3.1.0 app/views/cms/groups/_sections.html.erb
drujensen-browsercms-3.2.0 app/views/cms/groups/_sections.html.erb
browsercms-3.1.2 app/views/cms/groups/_sections.html.erb
browsercms-3.1.1 app/views/cms/groups/_sections.html.erb
browsercms-3.1.0 app/views/cms/groups/_sections.html.erb
we5-browsercms-3.1.0 app/views/cms/groups/_sections.html.erb
browsercms-3.0.6 app/views/cms/groups/_sections.html.erb
browsercms-3.0.5 app/views/cms/groups/_sections.html.erb
we5-browsercms-3.0.5.1 app/views/cms/groups/_sections.html.erb