##// END OF EJS Templates
Missing select name....
Jean-Philippe Lang -
r15549:ac7e5f4db2ce
parent child
Show More
@@ -59,7 +59,7 module MyHelper
59 59 Redmine::MyPage.block_options.each do |label, block|
60 60 options << content_tag('option', label, :value => block, :disabled => disabled.include?(block))
61 61 end
62 content_tag('select', options, :id => "block-select")
62 select_tag('block', options, :id => "block-select")
63 63 end
64 64
65 65 def calendar_items(startdt, enddt)
General Comments 0
You need to be logged in to leave comments. Login now