Sha256: 8114f9ea467f9e78a79dc83493bd4e6651d2e1e3fdc0d5ae294544e1d842e6cf
Contents?: true
Size: 868 Bytes
Versions: 3
Compression:
Stored size: 868 Bytes
Contents
<br/> <%= t("payment_gateway") %>: <%= f.collection_select :gateway_id, @available_gateways, :id, :name, {}, {:style => "width:250px", :id => "gateway"}%> <br/><br/> <h2><%= t("configuration_options") %></h2> <%= image_tag "spinner.gif", :style => "display:none", :id => 'busy_indicator' %> <div id="config-options"> <%= render :partial => "admin/gateway_option_values/options", :locals => {:option_values => @gateway_configuration.gateway_option_values} %> </div> <%= observe_field :gateway, :url => admin_gateway_configuration_gateway_option_values_url(@gateway_configuration), :with => 'gw_id', :method => :get, :before => "Element.show('busy_indicator')", :after => "Element.hide('busy_indicator')", :update => "config-options" %>
Version data entries
3 entries across 3 versions & 1 rubygems