[sword-svn] r304 - trunk/webapp/layouts

scribe at www.crosswire.org scribe at www.crosswire.org
Fri Sep 26 14:32:17 MST 2008


Author: scribe
Date: 2008-09-26 14:32:16 -0700 (Fri, 26 Sep 2008)
New Revision: 304

Modified:
   trunk/webapp/layouts/base-layout.jsp
Log:
added print function on click


Modified: trunk/webapp/layouts/base-layout.jsp
===================================================================
--- trunk/webapp/layouts/base-layout.jsp	2008-09-26 21:20:50 UTC (rev 303)
+++ trunk/webapp/layouts/base-layout.jsp	2008-09-26 21:32:16 UTC (rev 304)
@@ -67,7 +67,7 @@
 	<div id="content-sub-2">
 		<div id="printer">
 		<p>
-		<img src="images/printer.gif" width="17" height="16" alt="This is a printer friendly version" />
+		<img onclick="javascript:void(window.print())" src="images/printer.gif" width="17" height="16" alt="This is a printer friendly version" />
 		<a href="about.jsp#faq_11" title="What does &quot;Printer Friendly&quot; mean?"><t:t>This page is printer friendly</t:t></a>.
 		</p>
 		</div>




More information about the sword-cvs mailing list