Sha256: 722770735ee9f948956ffd2da0a11e67db5661aa7a171ce9a22f03d9adaa7e5b

Contents?: true

Size: 834 Bytes

Versions: 7

Compression:

Stored size: 834 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" data-spinner-asset-path="<%= asset_path('spinner.gif') %>">
    <input id="sync_toggle" type="checkbox"/>
    <label for="sync_toggle">
      <%= _('Active only') %>
    </label>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
katello-4.14.2 app/views/katello/sync_management/_controls.html.erb
katello-4.15.0 app/views/katello/sync_management/_controls.html.erb
katello-4.15.0.rc2 app/views/katello/sync_management/_controls.html.erb
katello-4.15.0.rc1 app/views/katello/sync_management/_controls.html.erb
katello-4.14.1 app/views/katello/sync_management/_controls.html.erb
katello-4.14.0 app/views/katello/sync_management/_controls.html.erb
katello-4.14.0.rc3 app/views/katello/sync_management/_controls.html.erb