Sha256: 68fc05c8484c0169572496d36021e9ae6cbfc660ba3fa9f4beb843c2cecd9e0c

Contents?: true

Size: 759 Bytes

Versions: 2

Compression:

Stored size: 759 Bytes

Contents

= javascript do
  :plain
    localize({
      "confirm_distributor_remove_action" : function(x){ return '#{escape_javascript(_("Are you sure you want to delete the %X selected distributor(s)?"))}'.replace("%X", x); },
      });

%h4
  #{_('List Actions')}:

.panel_action{:class=>"disabled", 'data-id'=>"remove_distributors", 'data-url'=>bulk_destroy_distributors_path(), 'data-method'=>"DELETE"}
  .delete_icon.fl
  %a.request_action
    #{_("Remove Distributor(s)")}
  .options
    %div.confirmation_text
    .actions
      %input.cancel.button{:type=>"button", :value=>_('No')}
      %input.trigger.button{:type=>"button", :value=>_('Yes') }
    %br.clearfloat

.panel_action{'data-id'=>"select_none"}
  #select-result
  %a#select-none #{_("Select None")}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
katello-2.2.2 app/views/katello/distributors/_actions.html.haml
katello-1.5.0 app/views/katello/distributors/_actions.html.haml