Sha256: b02d721be4fce122dc90795a500d9898d1e64de10207d001ef5b70e2d1afeae5

Contents?: true

Size: 1.44 KB

Versions: 51

Compression:

Stored size: 1.44 KB

Contents

- @page_title = @user.name + ' ' + t('preferences') + ' - ' + default_page_title
- body_classes << 'edit_personal_preferences'

- render_region :main do |main|
  - main.edit_header do
    %h1= t('personal_preferences')

  - main.edit_form do
    = form_for @user, :url => admin_preferences_path, :html => { :method => :put, 'data-onsubmit_status' => "#{t('saving_preferences')}&#8230;" } do |f|
      %fieldset

        = render_region :form_top, :locals => {:f => f}

        - render_region :form, :locals => {:f => f} do |form|
          - form.edit_first_name do
            %p
              = f.label :name, t("first_name")
              = f.text_field :first_name, :class => 'textbox', :size => 32, :maxlength => 100

          - form.edit_last_name do
            %p
              = f.label :name, t("last_name")
              = f.text_field :last_name, :class => 'textbox', :size => 32, :maxlength => 100

          - form.edit_email do
            %p
              = f.label :email,  t("email_address"), :class => 'optional'
              = f.text_field 'email', :class => 'textbox', :maxlength => 255

          - form.edit_password do
            = render 'admin/users/password_fields', :f => f

        - render_region :form_bottom, :locals => {:f => f} do |form_bottom|
          - form_bottom.edit_buttons do
            .buttons
              = save_model_button @user
              = t('or')
              = link_to t('cancel'), admin_pages_url, class: 'alt'

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
trusty-cms-7.0.22 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.21 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.20 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.19 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.18 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.17 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.16 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.14 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.13 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.12 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.15 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.9.1 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.11 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.10 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.9 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.8 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.7 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.6 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.5 app/views/admin/preferences/edit.html.haml
trusty-cms-7.0.4 app/views/admin/preferences/edit.html.haml