<%= form_remote_tag(:url => node_path(@node[:zip]), :method => :put ) %>
<% if @node[:parent_id] %>- <%= select_id('node', 'parent_id') %>
<% end -%>
- <%= select('node', 'klass', @node.class.change_to_classes_for_form) %>
- <%= text_field('node', 'title', :size=>15) %>
<% if @node.kind_of?(Page) -%>
- <%= check_box('node', 'custom_base') %>
<% end -%>
- <%= submit_tag _('change') %>