# HG changeset patch # User luisf # Date 1312385233 -3600 # Node ID c94e23a6eff12b4ed6f3c74efcc7a0b2dc8fafea # Parent 2fe129b04d820371af6ee12a63324cc2f705fd27 Related to Bug #222Updated the look of the authors list (more intuitive to sort). Created the plugin's stylesheet file. diff -r 2fe129b04d82 -r c94e23a6eff1 vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb Wed Aug 03 16:09:27 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb Wed Aug 03 16:27:13 2011 +0100 @@ -1,3 +1,5 @@ +<%= stylesheet_link_tag 'bibliography', :plugin => 'redmine_bibliography' %> +

<%=l(:label_publication_show)%>

@@ -8,12 +10,13 @@ -<%= sortable_element("authorships", :url => { :controller => :publications, :action => :sort_author_order }) %> +<%= sortable_element("authorships", :url => { :controller => :publications, :action => :sort_author_order }, :handle => "handle") %>
diff -r 2fe129b04d82 -r c94e23a6eff1 vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Wed Aug 03 16:27:13 2011 +0100 @@ -0,0 +1,5 @@ +li .handle { + font-size: 12px; + cursor: move; + color: #777; +} \ No newline at end of file