[open-ils-commits] r1149 - servres/trunk/conifer/templates/components (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 29 10:57:13 EST 2010


Author: gfawcett
Date: 2010-12-29 10:57:10 -0500 (Wed, 29 Dec 2010)
New Revision: 1149

Modified:
   servres/trunk/conifer/templates/components/site.xhtml
Log:
display tweak.

Modified: servres/trunk/conifer/templates/components/site.xhtml
===================================================================
--- servres/trunk/conifer/templates/components/site.xhtml	2010-12-29 15:54:12 UTC (rev 1148)
+++ servres/trunk/conifer/templates/components/site.xhtml	2010-12-29 15:57:10 UTC (rev 1149)
@@ -56,7 +56,7 @@
 		<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"><i>${item.source_title}.</i></span>
-		<span py:if="item.volume"><i>${item.volume}</i>(${item.issue}), ${item.pages}.</span>
+		<span py:if="item.volume or item.issue"><i>${item.volume}</i>(${item.issue}), ${item.pages}.</span>
       </div>
       <div class="forbidden_notice" py:if="forbidden">Awaiting copyright clearance: Not available to students.</div>
 	  <div>



More information about the open-ils-commits mailing list