Sha256: 3c7143347f6cb341e9488def6cb7fd7660f4bc68a7559e1a52585f362f349b43

Contents?: true

Size: 833 Bytes

Versions: 5

Compression:

Stored size: 833 Bytes

Contents

.row-fluid
  .span6
    %h3 Details
    %ul
      %li
        =form.label :name, "Organization Name"
        =form.text_field :name, :class => 'input-xlarge no-fa'
      %li
        =form.label :email, "Contact Email"
        =form.email_field :email, :class => 'input-xlarge email-popup', "data-content" => "Your patrons will be able to respond to this email address when receiving ticket/donation receipts. You can change this at any time."
      %li
        =form.label :time_zone, "Time Zone"
        =form.time_zone_select( :time_zone, ActiveSupport::TimeZone.us_zones, {:default => "Eastern Time (US & Canada)"}, {:class => 'input-xlarge'})
  .span6
    %h3 Preferences
    %ul
      %li
        %label.checkbox
          = form.check_box :receive_daily_sales_report
          Send the organization admin a daily sales report.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.4 app/views/organizations/_form.html.haml
artfully_ose-1.2.0.pre.3 app/views/organizations/_form.html.haml
artfully_ose-1.2.0.pre.2 app/views/organizations/_form.html.haml
artfully_ose-1.2.0.pre.1 app/views/organizations/_form.html.haml
artfully_ose-1.2.0.pre app/views/organizations/_form.html.haml