changeset 698:bd88afe21831 feature_36

Minor layout fixes
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 19 Sep 2011 16:36:33 +0100
parents 614b2d1580d0
children c7306033ba7a
files vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb vendor/plugins/redmine_bibliography/config/locales/en.yml
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb	Mon Sep 19 12:49:31 2011 +0100
+++ b/vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb	Mon Sep 19 16:36:33 2011 +0100
@@ -1,6 +1,6 @@
 <h2><%=l(:label_authors_show)%></h2>
 
-<div class="splitcontentleft">
+<div class="autoscroll">
   <table class="list authors">		
   	<thead>
   	  <tr>
@@ -21,4 +21,8 @@
     <% end %>
   	</tbody>
   </table>
-</div>
\ No newline at end of file
+</div>
+
+<% content_for :sidebar do %>
+<% end %>
+  
--- a/vendor/plugins/redmine_bibliography/config/locales/en.yml	Mon Sep 19 12:49:31 2011 +0100
+++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml	Mon Sep 19 16:36:33 2011 +0100
@@ -23,7 +23,7 @@
 
   label_all_publications: All Publications
   label_all_publications_for_project: Publications associated with %{project}
-  label_authors_show: "Authorships by this author"
+  label_authors_show: "Authorships associated with this author"
   label_authors_index: "List of authors"
   
   field_authorship_publication_title: "Publication Title"