Sha256: 43d5c14d49d11cba09e0a508d096542b578c397c6f17e937a7013fddcb6fbe04

Contents?: true

Size: 775 Bytes

Versions: 241

Compression:

Stored size: 775 Bytes

Contents

<div class="grid_12" id="list_actions">
  <% if @products.length > 0 %>
    <div class="table-action fl">
      <a id="collapse_all" class="fl">
        <%= _("Collapse All") %>
      </a>
    </div>
    <div class="table-action fl">
      <a id="expand_all" class="fl">
        <%= _("Expand All") %>
      </a>
    </div>
    <div class="table-action fl">
      <a id="select_none" class="fl">
        <%= _("Select None") %>
      </a>
    </div>
    <div class="table-action fl">
      <a id="select_all" class="fl">
        <%= _("Select All") %>
      </a>
    </div>
  <% end %>
  <div id="sync_toggle_cont" class="fl table-action">
    <input id="sync_toggle" type="checkbox"/>
    <label for="sync_toggle">
      <%= _('Active only') %>
    </label>
  </div>
</div>

Version data entries

241 entries across 241 versions & 1 rubygems

Version Path
katello-4.9.1 app/views/katello/sync_management/_controls.html.erb
katello-4.8.3 app/views/katello/sync_management/_controls.html.erb
katello-4.9.0 app/views/katello/sync_management/_controls.html.erb
katello-4.7.6 app/views/katello/sync_management/_controls.html.erb
katello-4.8.2 app/views/katello/sync_management/_controls.html.erb
katello-4.9.0.rc2 app/views/katello/sync_management/_controls.html.erb
katello-4.9.0.rc1 app/views/katello/sync_management/_controls.html.erb
katello-4.8.1 app/views/katello/sync_management/_controls.html.erb
katello-4.7.5 app/views/katello/sync_management/_controls.html.erb
katello-4.8.0 app/views/katello/sync_management/_controls.html.erb
katello-4.8.0.rc2 app/views/katello/sync_management/_controls.html.erb
katello-4.7.4 app/views/katello/sync_management/_controls.html.erb
katello-4.8.0.rc1 app/views/katello/sync_management/_controls.html.erb
katello-4.7.3 app/views/katello/sync_management/_controls.html.erb
katello-4.7.2 app/views/katello/sync_management/_controls.html.erb
katello-4.7.1 app/views/katello/sync_management/_controls.html.erb
katello-4.6.2.1 app/views/katello/sync_management/_controls.html.erb
katello-4.6.2 app/views/katello/sync_management/_controls.html.erb
katello-4.7.0 app/views/katello/sync_management/_controls.html.erb
katello-4.6.1 app/views/katello/sync_management/_controls.html.erb