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.14.0.rc2 app/views/katello/sync_management/_controls.html.erb
katello-4.14.0.rc1.1 app/views/katello/sync_management/_controls.html.erb
katello-4.14.0.rc1 app/views/katello/sync_management/_controls.html.erb
katello-4.13.1 app/views/katello/sync_management/_controls.html.erb
katello-4.13.0 app/views/katello/sync_management/_controls.html.erb
katello-4.12.1 app/views/katello/sync_management/_controls.html.erb
katello-4.13.0.rc1 app/views/katello/sync_management/_controls.html.erb
katello-4.12.0 app/views/katello/sync_management/_controls.html.erb
katello-4.12.0.rc3 app/views/katello/sync_management/_controls.html.erb
katello-4.12.0.rc2 app/views/katello/sync_management/_controls.html.erb
katello-4.12.0.rc1 app/views/katello/sync_management/_controls.html.erb
katello-4.11.1 app/views/katello/sync_management/_controls.html.erb
katello-4.11.0 app/views/katello/sync_management/_controls.html.erb
katello-4.11.0.rc2 app/views/katello/sync_management/_controls.html.erb
katello-4.11.0.rc1 app/views/katello/sync_management/_controls.html.erb
katello-4.10.0 app/views/katello/sync_management/_controls.html.erb
katello-4.9.2 app/views/katello/sync_management/_controls.html.erb
katello-4.10.0.rc2 app/views/katello/sync_management/_controls.html.erb
katello-4.10.0.rc1 app/views/katello/sync_management/_controls.html.erb
katello-4.8.4 app/views/katello/sync_management/_controls.html.erb