# HG changeset patch # User luisf # Date 1314190750 -3600 # Node ID 95a7d6187454099f431ef6eaa528d4624fc90d5f # Parent df7551a82bbe74a00fdb021ac514208bdec468b4# Parent 4ede44d53f76f765449e23ea18c4149531cf9089 Merge from 620:4ede44d53f76 diff -r df7551a82bbe -r 95a7d6187454 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Wed Aug 24 13:56:47 2011 +0100 +++ b/public/themes/soundsoftware/stylesheets/application.css Wed Aug 24 13:59:10 2011 +0100 @@ -102,14 +102,6 @@ table.files .file .active { font-weight: bold; } table.files .file .description { font-weight: normal; color: #3e442c; } -.tabular .identify_author label { - font-weight: normal; - float: inherit; - text-align: inherit; - margin-left: 0; - width: computed; -} - #top-menu { position: absolute; top: 0; z-index: 1; left: 0px; width: 100%; font-size: 90%; /* height: 2em; */ margin: 0; padding: 0; padding-top: 0.5em; background-color: #3e442c; } #top-menu ul { margin-left: 10px; } #top-menu a { font-weight: bold; } diff -r df7551a82bbe -r 95a7d6187454 vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml --- a/vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml Wed Aug 24 13:56:47 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/_authorship_fields.rhtml Wed Aug 24 13:59:10 2011 +0100 @@ -17,13 +17,12 @@ value" )} %>

-
Is it this author?
-

+

+


- +
-

@@ -48,3 +47,4 @@ <%= link_to_remove_fields l("remove_author"), f %> +
diff -r df7551a82bbe -r 95a7d6187454 vendor/plugins/redmine_bibliography/app/views/publications/edit.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/publications/edit.html.erb Wed Aug 24 13:56:47 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/edit.html.erb Wed Aug 24 13:59:10 2011 +0100 @@ -1,5 +1,6 @@ <% content_for :header_tags do %> <%= javascript_include_tag 'authors', :plugin => 'redmine_bibliography' %> + <%= stylesheet_link_tag 'bibliography', :plugin => 'redmine_bibliography' %> <% end %>

<%=l(:label_publication_show)%>

diff -r df7551a82bbe -r 95a7d6187454 vendor/plugins/redmine_bibliography/app/views/publications/new.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/publications/new.html.erb Wed Aug 24 13:56:47 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/new.html.erb Wed Aug 24 13:59:10 2011 +0100 @@ -1,5 +1,6 @@ <% content_for :header_tags do %> <%= javascript_include_tag 'authors', :plugin => 'redmine_bibliography' %> + <%= stylesheet_link_tag 'bibliography', :plugin => 'redmine_bibliography' %> <% end %>

<%=l(:label_publication_new)%>

diff -r df7551a82bbe -r 95a7d6187454 vendor/plugins/redmine_bibliography/assets/javascripts/authors.js --- a/vendor/plugins/redmine_bibliography/assets/javascripts/authors.js Wed Aug 24 13:56:47 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/assets/javascripts/authors.js Wed Aug 24 13:59:10 2011 +0100 @@ -27,16 +27,13 @@ Effect.toggle(div_id, "appear", {duration:0.3}); } - - - function toggle_input_field(field){ if(field.classNames().inspect().include("readonly") == false){ field.readOnly = true; field.addClassName('readonly').next('em').hide(); } else { field.readOnly = false; - field.removeClassName('readonly').next('em').show(); + field.removeClassName('readonly').next('em').show(); }; } diff -r df7551a82bbe -r 95a7d6187454 vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css --- a/vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Wed Aug 24 13:56:47 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Wed Aug 24 13:59:10 2011 +0100 @@ -1,11 +1,18 @@ li .handle { - font-size: 12px; - cursor: move; - color: #777; + font-size: 12px; + cursor: move; + color: #777; } input.readonly { - border: none; - background-color: transparent; - -} \ No newline at end of file + border: none; + background-color: transparent; +} + +.tabular .identify_author label { + font-weight: normal; + float: inherit; + text-align: inherit; + margin-left: 0; + width: computed; +} diff -r df7551a82bbe -r 95a7d6187454 vendor/plugins/redmine_bibliography/config/locales/en.yml --- a/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Aug 24 13:56:47 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Wed Aug 24 13:59:10 2011 +0100 @@ -8,9 +8,10 @@ publications_box: "My Publications" label_my_publications_box: "My Publications" + identify_author_question: Is the right person selected above? identify_author_yes: "Yes" + identify_author_corrections: "Yes, but I need to correct some details" identify_author_no: "No" - identify_author_corrections: "Corrections" label_all_publications: All Publications label_all_publications_for_project: Publications associated with %{project} @@ -57,9 +58,9 @@ label_publication_index: "View all publications" label_publication_other_details: "Details" + text_author_name_on_paper: "Author's name as it appears on the paper." + text_author_institution: "Author's institution as on the paper." text_author_email: "Author's email address as on the paper." - text_author_institution: "Author's institution name as on paper." - text_author_name_on_paper: "Name of the author as it appears on paper." text_author_search: "Search existing authors"