Index: styles/articleView.css =================================================================== RCS file: /cvs/ojs2/styles/articleView.css,v --- styles/articleView.css 8 Apr 2009 19:54:50 -0000 1.15 +++ styles/articleView.css 11 Aug 2009 21:59:01 -0000 @@ -60,11 +60,11 @@ padding-bottom: 2.5em; } -#articleFontSize { +#articleTools { float: right; } -#articleFontSize img { +#articleTools img { display: inline; vertical-align: middle; margin: 0; Index: templates/article/article.tpl =================================================================== RCS file: /cvs/ojs2/templates/article/article.tpl,v --- templates/article/article.tpl 19 Jun 2009 23:31:56 -0000 1.70 +++ templates/article/article.tpl 11 Aug 2009 21:59:01 -0000 @@ -13,11 +13,38 @@ {if $galley} {if $galley->isHTMLGalley()}
-
+
{translate key="article.fontSize"}:  {icon path="lib/pkp/templates/images/icons/" name="font_small"}  {icon path="lib/pkp/templates/images/icons/" name="font_medium"}  {icon path="lib/pkp/templates/images/icons/" name="font_large"} +   + + {if $sharingEnabled} + {if isset($sharingDropDownMenu)} + + {if isset($sharingUserName)} + + {/if}{* sharingUserName *} + + + + Bookmark and Share + + + {else}{* sharingUserName *} + + Bookmark and Share + + {/if}{* sharingDropdown *} + {/if}{* sharingEnabled *} +
{$galley->getHTMLContents()} Index: templates/article/footer.tpl =================================================================== RCS file: /cvs/ojs2/templates/article/footer.tpl,v --- templates/article/footer.tpl 6 Jul 2009 19:53:55 -0000 1.4 +++ templates/article/footer.tpl 11 Aug 2009 21:59:01 -0000 @@ -18,6 +18,7 @@ {/if}{* sharingUserName *}
+