<%= semantic_form_for @lva do |f| %>
<%= f.inputs do %>
<%= f.input :typ, :as=>:select, :include_blank=>false, :collection=>Lva::ERLAUBTE_TYPEN , :input_html=>{:style => "width:7em" } , :wrapper_html=> {style: "float: left"}%>
<%= f.input :name , :input_html=>{:style => "width:14em" }%>
<%= f.input :lvanr, :input_html=>{:style => "width:9em" } , :wrapper_html=> {style: "float: left"}%>
<%= f.input :ects , :input_html=>{:style => "width:5em" } , :wrapper_html=> {style: "float: left"}%>
<%= f.input :stunden, :input_html=>{:style => "width:5em" } , :wrapper_html=> {style: "float: left"} %>
<%= f.input :forumlink, :wrapper_html=>{:class=>'span12'}%>
<%= f.input :desc , :as=>:tinymce_text %>
<%= f.input :pruefungsinformation %>
<%= f.input :lernaufwand %>
BILD
">
<%= f.input :modul, :as => :check_boxes, :member_label=>:name, :collection => @lva.modul %>
<% f.input :modul, :as=>:check_boxes%>
<% f.input :semester, :as=>:check_boxes, :collection=>@semester%>
">
<%= f.input :semester, :as => :check_boxes, :member_label=>:name, :collection => @lva.semester %>
">
<%= f.input :lecturers, :as => :check_boxes, :member_label=>:name, :collection => @lva.lecturers %>
<% f.input :lecturers, :as=>:check_boxes%>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>
<%= tinymce %>