# HG changeset patch # User luisf # Date 1314185623 -3600 # Node ID 18e0709fd0d91cff0c398a9c881fbc9efad2eedf # Parent c1866eed921e8554a163fa52e1042b3e2dca6acb changed the radio buttons to "hand made tags" so that the labels are correct. diff -r c1866eed921e -r 18e0709fd0d9 vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml --- a/vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml Wed Aug 24 11:56:41 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml Wed Aug 24 12:33:43 2011 +0100 @@ -19,9 +19,12 @@
Is it this author?

- <%= 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) });", :checked => "checked" %><%= f.label :identify_author_no %> +
+ +
+ + +

diff -r c1866eed921e -r 18e0709fd0d9 vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Aug 24 11:56:41 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Aug 24 12:33:43 2011 +0100 @@ -7,6 +7,10 @@ year: "Year" publications_box: "My Publications" label_my_publications_box: "My Publications" + + identify_author_yes: "Yes" + identify_author_no: "No" + identify_author_corrections: "Corrections" label_all_publications: All Publications label_all_publications_for_project: Publications associated with %{project}