<%= semantic_form_for @modul do |f| %> <%= f.inputs do %>
<%= f.input :name , :as=>:hidden %>

<%= @modul.name %>

<%= raw(@modul.desc) %>
<%= f.input :desc, :as=>:hidden %>
<%= f.input :depend %>
<%= f.input :lvas, as: :checkbox_autocomplete %> "> <%= f.input :lvas, :as => :check_boxes, :member_label=>:full_name, :collection => @modul.lvas %> "> <%= f.input :modulgruppen, :as => :check_boxes, :member_label=>:long_name, :collection => @modul.modulgruppen %>
<% end %> <%= f.actions do %> <%= f.action :submit, :as => :input %> <% end %> <% end %>
<%= tinymce :inline_simple %> <%= tinymce :inline_div %> <%= tinymce %>