-
-
- <%= f.text_field :key %>
-
-
- <%= f.fields_for :title_translations do |f| %>
- <% @site_valid_locales.each do |locale| %>
-
- <%= label_tag "link-#{locale}", "Name-#{I18nVariable.from_locale(locale)}", :class => 'control-label' %>
-
- <%= f.text_field locale, :class => 'control-label', :value => (@set_writing_patent_category.title_translations[locale] rescue nil) %>
-
-
- <% end %>
- <% end %>
-
-
-<% end %>
-
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/create_writing_patent_setting.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/create_writing_patent_setting.js.erb
deleted file mode 100644
index d4748390b..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/create_writing_patent_setting.js.erb
+++ /dev/null
@@ -1,5 +0,0 @@
-
-<% if !@writing_patent_category.blank? %>
-$("#myModal1").modal('hide');
-$('<%= j render :partial => 'list_writing_patent_category', :collection => [@writing_patent_category] %>').appendTo('#writing_patent_categorys').hide().fadeIn();
-<% end %>
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/destroy.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/destroy.js.erb
deleted file mode 100644
index 0443940f1..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/destroy.js.erb
+++ /dev/null
@@ -1 +0,0 @@
-$("#<%= dom_id @writing_patent %>").remove();
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/edit.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/edit.html.erb
deleted file mode 100644
index 54a7462a1..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/edit.html.erb
+++ /dev/null
@@ -1,5 +0,0 @@
-
<%= t('personal_patent.editing_personal_patent') %>
-
-<%= form_for @writing_patent, :url => panel_personal_patent_back_end_writing_patent_path(@writing_patent), :html => {:class => 'clear'} do |f| %>
- <%= render :partial => 'form', :locals => {:f => f} %>
-<% end %>
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/index.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/index.html.erb
deleted file mode 100644
index bc9a626c1..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/index.html.erb
+++ /dev/null
@@ -1,22 +0,0 @@
-<%= render 'filter' %>
-
-
-
- |
- |
- |
- |
- |
-
-
-
- <%= render :partial => 'writing_patent', :collection => @writing_patents %>
-
-
-
-
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/index.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/index.js.erb
deleted file mode 100644
index 8b9ad8e17..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/index.js.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-$("#sort_headers").html("<%= j render 'sort_headers' %>");
-$("#tbody_writing_patents").html("<%= j render :partial => 'writing_patent', :collection => @writing_patents %>");
-$("#writing_patent_pagination").html("<%= j paginate @writing_patents, :params => {:direction => params[:direction], :sort => params[:sort], :filter => @filter, :new_filter => nil} %>");
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/new.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/new.html.erb
deleted file mode 100644
index 8f2b9edfa..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/new.html.erb
+++ /dev/null
@@ -1,10 +0,0 @@
-
-<%= flash_messages %>
-
-
<%= t('writing_patent.new_personal_patent') %>
-<%= form_for @writing_patent, :url => panel_personal_patent_back_end_writing_patents_path, :html => {:class => 'clear'} do |f| %>
- <%= render :partial => 'form', :locals => {:f => f} %>
-<% end %>
-
-<%#= link_back %>
-
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/show.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/show.html.erb
deleted file mode 100644
index e69de29bb..000000000
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/toggle_enable.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/toggle_enable.js.erb
deleted file mode 100644
index b00cfa07e..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/toggle_enable.js.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-$("#enable_<%= @bulletin.id %>").toggle();
-$("#disable_<%= @bulletin.id %>").toggle();
-$("#bulletin_<%= @bulletin.id %>").toggleClass('disable');
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/update_writing_patent_setting.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/update_writing_patent_setting.js.erb
deleted file mode 100644
index 6254a28d0..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/update_writing_patent_setting.js.erb
+++ /dev/null
@@ -1,5 +0,0 @@
-
-<% if !@writing_patent_category.blank? %>
-$("#myModal1").modal('hide');
-$("#<%= dom_id @writing_patent_category %>").replaceWith("<%= j render :partial => 'list_writing_patent_category', :collection => [@writing_patent_category] %>");
-<% end %>
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_category_quick_add.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_category_quick_add.js.erb
deleted file mode 100644
index 94e560505..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_category_quick_add.js.erb
+++ /dev/null
@@ -1 +0,0 @@
-$("#myModal1").html("<%= j render "writing_patent_category_qe" %>");
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_category_quick_edit.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_category_quick_edit.js.erb
deleted file mode 100644
index 94e560505..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_category_quick_edit.js.erb
+++ /dev/null
@@ -1 +0,0 @@
-$("#myModal1").html("<%= j render "writing_patent_category_qe" %>");
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_setting.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_setting.html.erb
deleted file mode 100644
index 479991b78..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/back_end/writing_patents/writing_patent_setting.html.erb
+++ /dev/null
@@ -1,113 +0,0 @@
-<% # encoding: utf-8 %>
-
-
-
-
-
-
-
- <%= render :partial => "writing_patent_category_qe" %>
-
-
-
-
-
-
-
-
-<% content_for :page_specific_css do %>
- <%= stylesheet_link_tag "item" %>
-<% end %>
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_filter.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_filter.html.erb
deleted file mode 100644
index 63882b8f0..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_filter.html.erb
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-<% content_for :page_specific_javascript do %>
- <%= javascript_include_tag "sort_header" %>
-<% end %>
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_form.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_form.html.erb
deleted file mode 100644
index 22022c21e..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_form.html.erb
+++ /dev/null
@@ -1,209 +0,0 @@
-<% # encoding: utf-8 %>
-
- <%= f.error_messages %>
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%= f.label :year ,t("personal_patent.year")%>
- <%= select_year((@writing_patent.year ? @writing_patent.year.to_i : DateTime.now.year), {:start_year => DateTime.now.year, :end_year => 1930}, {:name => 'writing_patent[year]'} ) %>
-
-
-
- <%= f.label :writing_patent_category ,t("personal_patent.writing_patent_category")%>
- <%= f.select :writing_patent_category_id, @writing_patent_categorys.collect {|t| [ t.title, t.id ]} %>
-
-
-
- <%= f.label :period_start_date ,t("personal_patent.period_start_date")%>
- <%= f.date_select :period_start_date, {:use_month_numbers => true, :start_year => Time.now.year, :end_year => 1890, :order => [:year, :month], :discard_day => true }, {:class => 'span1'} %>
-
-
-
- <%= f.label :period_end_date ,t("personal_patent.period_end_date")%>
- <%= f.date_select :period_end_date, {:use_month_numbers => true, :start_year => Time.now.year, :end_year => 1890, :order => [:year, :month], :discard_day => true }, {:class => 'span1'} %>
-
-
-
-
-
-
- <% @site_valid_locales.each_with_index do |locale, i| %>
-
-
">
-
-
- <%= f.label :writing_patent_title ,t("personal_patent.writing_patent_title")%>
- <%= f.fields_for :writing_patent_title_translations do |f| %>
- <%= I18nVariable.from_locale(locale) %>
- <%= f.text_field locale, :class=>'post-title', :value => (@writing_patent.writing_patent_title_translations[locale] rescue nil) %>
- <% end %>
-
-
-
- <%= f.label :job_title ,t("personal_patent.job_title")%>
- <%= f.fields_for :job_title_translations do |f| %>
- <%= I18nVariable.from_locale(locale) %>
- <%= f.text_field locale, :class=>'post-title', :value => (@writing_patent.job_title_translations[locale] rescue nil) %>
- <% end %>
-
-
-
- <%= f.label :participator ,t("personal_patent.participator")%>
- <%= f.fields_for :participator_translations do |f| %>
- <%= I18nVariable.from_locale(locale) %>
- <%= f.text_field locale, :class=>'post-title', :value => (@writing_patent.participator_translations[locale] rescue nil) %>
- <% end %>
-
-
-
- <%= f.label :unit ,t("personal_patent.unit")%>
- <%= f.fields_for :unit_translations do |f| %>
- <%= I18nVariable.from_locale(locale) %>
- <%= f.text_field locale, :class=>'post-title', :value => (@writing_patent.unit_translations[locale] rescue nil) %>
- <% end %>
-
-
-
-
- <% end %>
-
-
-
-
- <%= f.label :url, t("personal_patent.url") %>
- <%= f.text_field :url %>
-
-
-
- <%= f.label :keywords, t("personal_patent.keywords") %>
- <%= f.text_field :keywords %>
-
-
-
- <%= f.label :abstract, t("personal_patent.abstract") %>
- <%= f.text_field :abstract %>
-
-
-
- <%= f.label :language, t("personal_patent.language") %>
- <%= f.radio_button :language, "Chinese" %> <%= t("personal_patent.Chinese") %>
- <%= f.radio_button :language, "English" %> <%= t("personal_patent.English") %>
-
-
-
- <%= f.label :note, t("personal_patent.note") %>
- <%= f.text_area :note, :size => "60x3" %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- File |
- File Name |
- |
-
-
-
-
-
-
- |
-
-
-
-
-
- <% @writing_patent.writing_patent_files.each_with_index do |writing_patent_file, i| %>
- <%= f.fields_for :writing_patent_files, writing_patent_file do |f| %>
- <%= render :partial => 'form_file', :object => writing_patent_file, :locals => {:f => f, :i => i} %>
- <% end %>
- <% end %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <%= f.submit t('submit'), :class=>'btn btn-primary' %>
- <%= link_to t('cancel'), get_go_back, :class=>"btn" %>
-
-
-
-<% content_for :page_specific_javascript do %>
- <%= javascript_include_tag "archive_plugin_form" %>
-
-<% end %>
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_form_file.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_form_file.html.erb
deleted file mode 100644
index a91d6a858..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_form_file.html.erb
+++ /dev/null
@@ -1,50 +0,0 @@
-<% # encoding: utf-8 %>
-
-
" class='list_item'>
-
-
-
- <%= f.file_field :file %>
- <%= form_file.file.file ? ( link_to t(:view), form_file.file.url, {:class => 'btn', :target => '_blank', :title => t(:view)} ) : '' %>
-
-
- |
-
-
-
-
- <% @site_valid_locales.each_with_index do |locale, i| %>
-
- ">
- <%#= f.fields_for :i18n_variable, (form_file.new_record? ? form_file.build_i18n_variable : form_file.i18n_variable ) do |f| %>
- <%= f.fields_for :file_title_translations do |f| %>
-
-
-
- <%= f.text_field locale, :class=>'post-file_title', :value => (form_file.file_title_translations[locale] rescue nil) %>
-
-
- <% end %>
-
-
-
- <% end %>
-
-
-
- |
-
-
-
- <% if form_file.new_record? %>
-
- <% else %>
- <%= f.hidden_field :id %>
-
- <%= f.hidden_field :should_destroy, :value => nil, :class => 'should_destroy' %>
- <% end %>
-
-
- |
-
-
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_sort_headers.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_sort_headers.html.erb
deleted file mode 100644
index 9caebeccc..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_sort_headers.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-<%= render_sort_bar(true, delete_panel_personal_patent_back_end_writing_patents_path(:direction => params[:direction], :sort => params[:sort], :sort_options => params[:sort_options]),
- ['publish_date', 'publish_date', 'span1', 'writing_patent.publish_date'],
- ['patent_title', 'patent_title','span3', 'writing_patent.patent_title'],
- ['patent_no', 'patent_no','span3', 'writing_patent.patent_no'],
- ['patent_country', 'patent_country','span3', 'writing_patent.patent_country'],
- ['authors', 'authors','span3', 'writing_patent.authors'],
- ['url', 'url','span3', 'writing_patent.url']).html_safe %>
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_writing_patent.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_writing_patent.html.erb
deleted file mode 100644
index 3bd0fa740..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/_writing_patent.html.erb
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
- <% if (writing_patent.create_user_id == current_user.id) || is_manager? %>
- <%= check_box_tag 'to_delete[]', writing_patent.id, false, :class => "checkbox_in_list" %>
- <% end -%>
- |
- <%= writing_patent.period_start_date.strftime("%Y.%m") %> ~ <%= writing_patent.period_end_date.strftime("%Y.%m") %> |
-
- <%= link_to writing_patent.writing_patent_title, panel_personal_patent_front_end_writing_patent_path(writing_patent) %>
-
-
- <%if at_least_module_manager || writing_patent.writing_patent_category.cur_user_is_sub_manager_of(:edit)%>
- - <%= link_to t('edit'), edit_panel_personal_patent_plugin_writing_patent_path(writing_patent) %>
- - <%= link_to t('delete'), panel_personal_patent_plugin_writing_patent_path(writing_patent), :confirm => t('sure?'), :method => :delete, :remote => true %>
- <% end -%>
-
-
- |
- <%= writing_patent.participator %> |
- <%= writing_patent.job_title %> |
- <%= writing_patent.unit %> |
- <%= User.from_id(writing_patent.create_user_id).name rescue ''%> |
-
-
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/destroy.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/destroy.js.erb
deleted file mode 100644
index 0443940f1..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/destroy.js.erb
+++ /dev/null
@@ -1 +0,0 @@
-$("#<%= dom_id @writing_patent %>").remove();
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/edit.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/edit.html.erb
deleted file mode 100644
index 98cf411a4..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/edit.html.erb
+++ /dev/null
@@ -1,5 +0,0 @@
-
<%= t('personal_patent.editing_personal_patent') %>
-
-<%= form_for @writing_patent, :url => panel_personal_patent_plugin_writing_patent_path(@writing_patent), :html => {:class => 'clear'} do |f| %>
- <%= render :partial => 'form', :locals => {:f => f} %>
-<% end %>
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/index.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/index.html.erb
deleted file mode 100644
index 53c077a0e..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/index.html.erb
+++ /dev/null
@@ -1,22 +0,0 @@
-<%= render 'filter' %>
-
-
-
- |
- |
- |
- |
- |
-
-
-
- <%= render :partial => 'writing_patent', :collection => @writing_patents %>
-
-
-
-
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/index.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/index.js.erb
deleted file mode 100644
index 8b9ad8e17..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/index.js.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-$("#sort_headers").html("<%= j render 'sort_headers' %>");
-$("#tbody_writing_patents").html("<%= j render :partial => 'writing_patent', :collection => @writing_patents %>");
-$("#writing_patent_pagination").html("<%= j paginate @writing_patents, :params => {:direction => params[:direction], :sort => params[:sort], :filter => @filter, :new_filter => nil} %>");
\ No newline at end of file
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/new.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/new.html.erb
deleted file mode 100644
index 715247761..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/new.html.erb
+++ /dev/null
@@ -1,10 +0,0 @@
-
-<%= flash_messages %>
-
-
<%= t('writing_patent.new_personal_patent') %>
-<%= form_for @writing_patent, :url => panel_personal_patent_plugin_writing_patents_path, :html => {:class => 'clear'} do |f| %>
- <%= render :partial => 'form', :locals => {:f => f} %>
-<% end %>
-
-<%#= link_back %>
-
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/show.html.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/show.html.erb
deleted file mode 100644
index e69de29bb..000000000
diff --git a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/toggle_enable.js.erb b/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/toggle_enable.js.erb
deleted file mode 100644
index b00cfa07e..000000000
--- a/vendor/built_in_modules/personal_patent/app - %BDƻs/views/panel/personal_patent/plugin/writing_patents/toggle_enable.js.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-$("#enable_<%= @bulletin.id %>").toggle();
-$("#disable_<%= @bulletin.id %>").toggle();
-$("#bulletin_<%= @bulletin.id %>").toggleClass('disable');
\ No newline at end of file