Sha256: 1bc3b3a6c362d4366b80f8090c8345b4bcfc9eb2017e518a423a5e67e2a676c6

Contents?: true

Size: 979 Bytes

Versions: 15

Compression:

Stored size: 979 Bytes

Contents

.cms_form.validated
  = form_for [:admin, @form_field_group] do |f|
    = f.error_messages
    = f.hidden_field :form_id

    %p
      = f.label :name
      = f.text_field :name, :class=>"required"

    %p
      = f.label "Top of group Text"
      = f.text_area :intro
      .field_help
        This text appears at the top of the group, above any fields it contains

    %p
      = f.label "Bottom of group Text"
      = f.text_area :outro
      .field_help
        This text appears at the bottom of the group, below any fields it contains

    %p
      = f.label "Class"
      = f.text_field :klass
      .field_help
        CSS class name(s) to attach to the fieldset used to render this group

    %p
      = f.label "Display Order"
      = f.text_field :order_by, :class=>"number"
      .field_help
        A numeric value indicating the relative position of this group - lower numbered groups are shown first, higher numbered groups last

    %p
      = kit_submit "Save"

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.20 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.19 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.18 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.17 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.16 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.15 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.14 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.13 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.11 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.10 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.9 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.8 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.7 app/views/admin/form_field_groups/_form.html.haml
kit_cms-2.3.6 app/views/admin/form_field_groups/_form.html.haml