Sha256: a03cb22331f662d98265085a1a55dca32609a94be8e1d0a10df302fe25deb141

Contents?: true

Size: 583 Bytes

Versions: 6

Compression:

Stored size: 583 Bytes

Contents

<h1> Editing User </h1>

  <%= cms_form_for @cms_user, :url => {:action => :update} do |form| %>
  <%= form.text_field :login%>
  <%= form.text_field :first_name%>
  <%= form.text_field :last_name%>
  <%= form.check_box :admin%>
  <%= form.check_box :disabled%>
  <%= form.submit 'Update User' %>
<% end %>
<% unless @cms_site.authentication == 'LDAP' %>
    <div class='form_element submit_element'>
      <div class='value'>
        <%= button_to 'Change Password', change_password_cms_admin_user_path, :method => 'get', :class => 'big button' %>
      </div>
    </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lucy_cms-0.0.6 app/views/cms_admin/users/edit.html.erb
lucy_cms-0.0.5 app/views/cms_admin/users/edit.html.erb
lucy_cms-0.0.4 app/views/cms_admin/users/edit.html.erb
lucy_cms-0.0.3 app/views/cms_admin/users/edit.html.erb
lucy_cms-0.0.2 app/views/cms_admin/users/edit.html.erb
lucy_cms-0.0.1 app/views/cms_admin/users/edit.html.erb