# HG changeset patch # User luisf # Date 1314020311 -3600 # Node ID e918338dedfca5dd27c3857e88204bee4cc54fde # Parent e9274ba9c1b3a8185cef50aeb270b28d48e691b0 Addresses Bug #273. diff -r e9274ba9c1b3 -r e918338dedfc vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml --- a/vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml Mon Aug 22 12:32:02 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml Mon Aug 22 14:38:31 2011 +0100 @@ -15,7 +15,7 @@

<%= f.radio_button :identify_author, "yes", :onClick => "identify_author_status($(this).value, #{form_object_id(f.object_name) });" %><%= f.label :identify_author_yes %>
<%= f.radio_button :identify_author, "correct", :onClick => "identify_author_status($(this).value, #{form_object_id(f.object_name) });" %><%= f.label :identify_author_correct %>
- <%= f.radio_button :identify_author, "no", :onClick => "identify_author_status($(this).value, #{form_object_id(f.object_name) });" %><%= f.label :identify_author_no %> + <%= f.radio_button :identify_author, "no", :onClick => "identify_author_status($(this).value, #{form_object_id(f.object_name) });", :checked => "checked" %><%= f.label :identify_author_no %>

<%= f.select :search_results, options_for_select(@author_options), {}, {:size => 5,