diff -r ac411172d897 -r 04cc33a44d4c plugins/redmine_bibliography/app/views/publications/_form.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/_form.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/_form.html.erb
@@ -1,20 +1,4 @@
-<%= error_messages_for 'publication' %>
-    <%= javascript_tag "
-        $('#publication_bibtex_entry_attributes_entry_type').live('change', function() {
-            $this = $(this);
-            $.ajax({
-                type: 'get',
-                url: '#{url_for(:controller => :publications, :action => :show_bibtex_fields)}',
-                data: {
-                    value: $this.val()
-                },
-                dataType: 'script'
-            });
-            return false;
-        });"
-    -%>
-
-<h3><%= f.text_field :title, :required => true, :size => 70 %></h3>
+<h3><%= f.label :title %>&nbsp;<span class="required">*</span>&nbsp;<%= f.text_field :title, :required => true, :size => 70 %></h3>
 
 <div class="splitcontentleft">
   <h3><%= l(:label_publication_other_details) %></h3>
@@ -24,12 +8,12 @@
     <%- end -%>
 
     <p>
-      <%= f.text_field :external_url, :size => 70 %>
+      <%= f.label :external_url %><%= f.text_field :external_url -%>
       <br />
-      <em><%= l(:text_external_url) %></em>
+      <em><%= l(:text_external_url) -%></em>
     </p>
     <p>
-      <%= f.text_field :doi, :size => 70 %>
+      <%= f.label :doi %><%= f.text_field :doi -%>
       <br />
       <em><%= l(:text_doi) %></em>
     </p>
