Mercurial > hg > soundsoftware-site
changeset 700:c7306033ba7a feature_36
Merge from 699:bd88afe21831
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 19 Sep 2011 16:44:43 +0100 |
parents | 2b665b7e67f4 (current diff) bd88afe21831 (diff) |
children | 4903d6131c08 3eb64cb3c7ac |
files | |
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 16:44:12 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/authors/show.html.erb Mon Sep 19 16:44:43 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 16:44:12 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/config/locales/en.yml Mon Sep 19 16:44:43 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"