Mercurial > hg > soundsoftware-site
changeset 611:e918338dedfc feature_36
Addresses Bug #273.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 22 Aug 2011 14:38:31 +0100 |
parents | e9274ba9c1b3 |
children | 8fa35731c959 |
files | vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <p> <%= f.radio_button :identify_author, "yes", :onClick => "identify_author_status($(this).value, #{form_object_id(f.object_name) });" %><%= f.label :identify_author_yes %><br /> <%= f.radio_button :identify_author, "correct", :onClick => "identify_author_status($(this).value, #{form_object_id(f.object_name) });" %><%= f.label :identify_author_correct %><br /> - <%= 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 %> </p> <%= f.select :search_results, options_for_select(@author_options), {}, {:size => 5,