diff -r 8cfa9b743559 -r ef882e222003 vendor/plugins/redmine_bibliography/app/views/publications/new/_bibtex.html.erb
--- a/vendor/plugins/redmine_bibliography/app/views/publications/new/_bibtex.html.erb
+++ b/vendor/plugins/redmine_bibliography/app/views/publications/new/_bibtex.html.erb
@@ -1,7 +1,12 @@
-<%- remote_form_for @publication, :url =>  { :project_id  => @project, :action => :parse_bibtex }, :class => "tabular" do |f| -%>
-  <div class="box tabular settings">
-    <%= text_area_tag :bibtex_paste, "Please paste your bibtex entry here" , :class => "wiki", :style => 'width:90%' -%>
-    <div style="clear:both"></div>
-    <%= f.submit "Parse BibTex" %>
-  </div>
-<%- end -%>
+
+
+<div class="box">
+  <%= text_area_tag :bibtex_paste, "Please paste your bibtex entry here" , :class => "wiki", :style => 'width:90%' -%>
+
+  <br />
+
+  <%= link_to_remote "Parse BiBTeX", :url =>  { :project_id  => @project, :action => :parse_bibtex}, :with => "'bibtex_paste=' + $('bibtex_paste').value" -%>
+</div>
+
+<div class="box" id="ieee_prev"></div>
+
