[open-ils-commits] r1140 - servres/trunk/conifer/templates/components (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 28 16:13:53 EST 2010
Author: gfawcett
Date: 2010-12-28 16:13:47 -0500 (Tue, 28 Dec 2010)
New Revision: 1140
Modified:
servres/trunk/conifer/templates/components/site.xhtml
Log:
italicize the journal title in summary view
perpetuating the APA-ish look.
Modified: servres/trunk/conifer/templates/components/site.xhtml
===================================================================
--- servres/trunk/conifer/templates/components/site.xhtml 2010-12-28 21:12:42 UTC (rev 1139)
+++ servres/trunk/conifer/templates/components/site.xhtml 2010-12-28 21:13:47 UTC (rev 1140)
@@ -55,7 +55,7 @@
<div class="author_pub" py:if="item.author or item.publisher or item.published">
<span py:if="item.author">${item.author}<span py:if="item.author[-1]!='.'">.</span></span>
<span py:if="item.published">(${item.published}).</span>
- <span py:if="item.source_title">${item.source_title}.</span>
+ <span py:if="item.source_title"><i>${item.source_title}.</i></span>
<span py:if="item.volume"><i>${item.volume}</i>(${item.issue}), ${item.pages}.</span>
<span py:if="not item.source_title">
<span py:if="item.publisher">${item.publisher}.</span>
More information about the open-ils-commits
mailing list