Sha256: b4ee4643ca970a425e15b9172bc95c9d49ef3404440bf109634ebd4878fc7358

Contents?: true

Size: 951 Bytes

Versions: 17

Compression:

Stored size: 951 Bytes

Contents

<div class="checkbox_group fields">
  <label>Section Permissions</label>
  <%= hidden_field_tag "group[section_ids][]", "" %>
  <div class="checkboxes">
  <% Cms::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">
    <%= check_uncheck_tag 'input.section_ids' %>
  </div>
  </div>
  <br clear="all" />
  <div style="clear: all;"></div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
browsercms-3.5.7 app/views/cms/groups/_sections.html.erb
browsercms-3.5.6 app/views/cms/groups/_sections.html.erb
browsercms-3.5.5 app/views/cms/groups/_sections.html.erb
browsercms-3.5.4 app/views/cms/groups/_sections.html.erb
browsercms-3.5.3 app/views/cms/groups/_sections.html.erb
browsercms-3.5.2 app/views/cms/groups/_sections.html.erb
browsercms-3.5.1 app/views/cms/groups/_sections.html.erb
browsercms-3.5.0 app/views/cms/groups/_sections.html.erb
browsercms-3.5.0.rc3 app/views/cms/groups/_sections.html.erb
browsercms-3.5.0.rc2 app/views/cms/groups/_sections.html.erb
browsercms-3.5.0.rc1 app/views/cms/groups/_sections.html.erb
browsercms-3.4.2 app/views/cms/groups/_sections.html.erb
browsercms-3.4.2.rc1 app/views/cms/groups/_sections.html.erb
browsercms-3.4.1 app/views/cms/groups/_sections.html.erb
browsercms-3.4.0 app/views/cms/groups/_sections.html.erb
browsercms-3.4.0.rc2 app/views/cms/groups/_sections.html.erb
browsercms-3.4.0.rc1 app/views/cms/groups/_sections.html.erb