diff --git a/vendor/built_in_modules/ask_new/app/controllers/panel/ask/back_end/ask_coordinations_controller.rb b/vendor/built_in_modules/ask_new/app/controllers/panel/ask/back_end/ask_coordinations_controller.rb new file mode 100644 index 000000000..241289b3a --- /dev/null +++ b/vendor/built_in_modules/ask_new/app/controllers/panel/ask/back_end/ask_coordinations_controller.rb @@ -0,0 +1,15 @@ +class Panel::Ask::BackEnd::AskCoordinationsController < OrbitWidgetController + + include AdminHelper + include OrbitControllerLib::DivisionForDisable + + before_filter :for_app_manager + + def initialize + super + @app_title = 'ask_coordinations' + end + + def index + end +end \ No newline at end of file diff --git a/vendor/built_in_modules/ask_new/app/views/panel/ask/back_end/ask_questions/edit.html.erb b/vendor/built_in_modules/ask_new/app/views/panel/ask/back_end/ask_questions/edit.html.erb index dbcebfb84..1556a073f 100644 --- a/vendor/built_in_modules/ask_new/app/views/panel/ask/back_end/ask_questions/edit.html.erb +++ b/vendor/built_in_modules/ask_new/app/views/panel/ask/back_end/ask_questions/edit.html.erb @@ -80,8 +80,10 @@ $(document).ready(function() {
- <%= check_box("school", "depts", {:multiple => true}, (request.host + ":14180"), nil) %><%= label_tag((request.host + ":14180"), "測試站14180") %> - <%= check_box("school", "depts", {:multiple => true}, (request.host + ":14280"), nil) %><%= label_tag((request.host + ":14280"), "測試站14280") %> + + <%= check_box("school", "depts", {:multiple => true}, (request.host + ":3000"), nil) %><%= label_tag((request.host + ":3000"), "測試站3000") %> + <%= check_box("school", "depts", {:multiple => true}, (request.host + ":4000"), nil) %><%= label_tag((request.host + ":4000"), "測試站4000") %> <%= check_box("school", "depts", {:multiple => true}, "", nil) %><%= label_tag(:dep1, "總務長室暨總務處秘書室") %> <%= check_box("school", "depts", {:multiple => true}, "文書組", nil) %><%= label_tag(:dep2, "文書組") %> <%= check_box("school", "depts", {:multiple => true}, "事務組", nil) %><%= label_tag(:dep3, "事務組") %>