Sha256: 56135c5057a3d32ccb832abe368ee161cbc73ece289f5c67058bd750458406df

Contents?: true

Size: 1.62 KB

Versions: 17

Compression:

Stored size: 1.62 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_url, :html => { :method => :put, 'data-onsubmit_status' => "#{t('saving_preferences')}&#8230;" } do |f|
      
      = render :partial => 'admin/users/avatar'
      
      = render_region :form_top, :locals => {:f => f}
      
      - render_region :form, :locals => {:f => f} do |form|
        - form.edit_name do
          %p
            = f.label :name, t("name")
            = f.text_field :name, :class => "textbox activate", :size => 32, :maxlength => 100 
        
        - form.edit_email do
          %p
            = f.label :email,  t("email_address"), :class => "optional"
            = f.text_field "email", :class => 'textbox', :size => 32, :maxlength => 255
        
        - form.edit_username do
          %p
            = f.label :login, t("username")
            = f.text_field "login", :class => "textbox", :size => 32, :maxlength => 40
        
        - form.edit_password do
          = render "admin/users/password_fields", :f => f        
        
        - form.edit_locale do
          %p
            = f.label :locale, t('language') 
            = f.select "locale", available_locales_select
      
      - 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_url

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
trusty-cms-1.0.0 app/views/admin/preferences/edit.html.haml
radiant-1.1.4 app/views/admin/preferences/edit.html.haml
radiant-1.1.3 app/views/admin/preferences/edit.html.haml
radiant-1.1.2 app/views/admin/preferences/edit.html.haml
radiant-1.1.1 app/views/admin/preferences/edit.html.haml
radiant-1.1.0 app/views/admin/preferences/edit.html.haml
radiant-1.1.0.rc1 app/views/admin/preferences/edit.html.haml
radiant-1.1.0.beta app/views/admin/preferences/edit.html.haml
radiant-1.0.1 app/views/admin/preferences/edit.html.haml
radiant-1.1.0.alpha app/views/admin/preferences/edit.html.haml
radiant-1.0.0 app/views/admin/preferences/edit.html.haml
radiant-1.0.0.rc5 app/views/admin/preferences/edit.html.haml
radiant-1.0.0.rc4 app/views/admin/preferences/edit.html.haml
radiant-1.0.0.rc3 app/views/admin/preferences/edit.html.haml
kajam-1.0.3.rc2 app/views/admin/preferences/edit.html.haml
radiant-1.0.0.rc2 app/views/admin/preferences/edit.html.haml
radiant-1.0.0.rc1 app/views/admin/preferences/edit.html.haml