Sha256: 590cdfbe54bd9dfc70b9d811ae409cba31206faa20aeabbef2660eb0a0f7e9bf
Contents?: true
Size: 1.95 KB
Versions: 16
Compression:
Stored size: 1.95 KB
Contents
<%= render :partial => 'settings_menu' %> <%= simple_form_for(@account, :url => dm_core.admin_account_analytics_url, html: { class: 'form-horizontal' }, wrapper: :bs3_horizontal_form, wrapper_mappings: DmAdmin::FormWrapperMappings) do |f| %> <%= f.error_notification :message => "Please review the problems below" %> <%= panel title: 'Analytics and Payment Configuration' do %> <%= subsection title: 'Google Analytics', icon: 'icon-stack' do %> <%= f.input :preferred_google_analytics_tracker_id, :label => 'Tracker ID' %> <% end %> <%= subsection title: 'PayPal', icon: 'icon-stack' do %> <%= f.input :preferred_paypal_merchant_id, :label => 'Merchant ID' %> <%= f.input :preferred_paypal_cert_id, :label => 'Cert ID' %> <% end %> <%= subsection title: 'Sofort (sofort.com)', icon: 'icon-stack' do %> <%= f.input :preferred_sofort_user_id, :label => 'User ID' %> <%= f.input :preferred_sofort_project_id, :label => 'Project ID' %> <%= f.input :preferred_sofort_project_password, :label => 'Project Password' %> <%= f.input :preferred_sofort_notification_password, :label => 'Notification Password' %> <% end %> <%= subsection title: 'Subscription Processor', icon: 'icon-stack' do %> <%= f.input :preferred_subscription_processor, label: 'Use', collection: ['paymill', 'stripe'], include_blank: true, hint: 'Used only for subscriber content. DO NOT set or change this unless you know what you are doing' %> <%= f.input :preferred_subscription_bcc_email, label: 'Email bcc', include_blank: true, hint: 'Copies of subscription emails will be sent to this address' %> <%= f.input :preferred_default_currency, label: 'Default Currency', collection: Account::CURRENCY_TYPES, hint: 'Default currency used for this site' %> <% end %> <%= submit_or_cancel :cancel_url => dm_core.admin_account_analytics_path %> <% end %> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems