<%= _('source') %> | <%= _('target') %> | |
---|---|---|
<%= _('kpath') %> | <%= select('relation', 'source_kpath', Node.kpaths_for_form ) %> | <%= select('relation', 'target_kpath', Node.kpaths_for_form ) %> |
<%= _('role') %> | <%= text_field('relation', 'source_role', :size=>18 ) %> | <%= text_field('relation', 'target_role', :size=>18 ) %> |
<%= _('icon') %> | <%= text_field('relation', 'source_icon', :size=>18 ) %> | <%= text_field('relation', 'target_icon', :size=>18 ) %> |
<%= _('type') %> | <%= radio_button("relation", "source_unique", true) %> <%= _('relation_img') %> <%= radio_button("relation", "source_unique", false) %> <%= _('relations_img') %> | <%= radio_button("relation", "target_unique", true) %> <%= _('relation_img') %> <%= radio_button("relation", "target_unique", false) %> <%= _('relations_img') %> |
'/> |
<%= _('destroy relation (with all links)') %> '>
<% end -%>